grammars-v4
grammars-v4 copied to clipboard
istc grammar problem.
In the grammar istc there is a token alternation error. During parsing, it expects a SEP but it matched ' '. For fix SEP must turn into rule sep, and it will use two other named tokens SPACE and DASH.