Daniel Kwiecinski
Daniel Kwiecinski
When making: ``` curl -X POST \ 'http://localhost:7777/foo?rule_name=foo.logic&force_overwrite=true&version=1.1' \ -H 'accept: application/json' \ -H 'cache-control: no-cache' \ -H 'content-type: text/plain' \ -d 'bla' ``` the following definition behaves correctly: ```...
I have the following grammar: ``` { "RegExpID": "RE::", "Style": { "string": "string", "this": "keyword", "operator": "operator", "regex": "string-2", "atom": "atom", "identifier": "variable", "keyword": "keyword", "number": "number", "property": "attribute", "date":...