UNPKG

@mike-lischke/antlr-tgen

Version:

A generator for antlr-ng runtime test cases

21 lines (15 loc) 283 B
[type] Parser [grammar] grammar T; a : LETTERS* 'd' {<InputText():writeln()>} ; // These are actually not escaped -- Java passes the // raw unescaped Unicode values to the grammar compiler. LETTERS : ('a'|'à'..'å'); [start] a [input] aáäáâåd [output] """aáäáâåd """