UNPKG

@mike-lischke/antlr-tgen

Version:

A generator for antlr-ng runtime test cases

21 lines (14 loc) 170 B
[notes] Test for https://github.com/antlr/antlr4/issues/4128 [type] Parser [grammar] grammar u; u : 'u' {<writeln("$text")>}; [start] u [input] u [output] """u """