grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

istc grammar problem.

Open warpgr opened this issue 4 years ago • 0 comments

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.

warpgr avatar Aug 29 '21 12:08 warpgr