UNPKG

@mike-lischke/antlr-tgen

Version:

A generator for antlr-ng runtime test cases

19 lines (13 loc) 188 B
[type] Parser [grammar] grammar T; parse : ~NEW_LINE; NEW_LINE: '\\r'? '\\n'; [start] parse [input] a [errors] line 1:0 token recognition error at: 'a' line 1:1 missing {} at '<EOF>'