UNPKG

@mike-lischke/antlr-tgen

Version:

A generator for antlr-ng runtime test cases

19 lines (13 loc) 126 B
[type] Parser [grammar] grammar T; a : A {<writeln("$A.text")>} ; A : ~('b'|'c') ; [start] a [input] x [output] """x """