For example I want to parse something like this: _equals('somestring') | equals('anotherstring') | ..._ 1. Syntax should be checked with error suggestions. 2. Autocomplete. 3. Highlighting. Especially interested in the first. Or this isn't straightforward?
For example I want to parse something like this: equals('somestring') | equals('anotherstring') | ...
Especially interested in the first. Or this isn't straightforward?