UNPKG

@mike-lischke/antlr-tgen

Version:

A generator for antlr-ng runtime test cases

19 lines (13 loc) 170 B
[type] Lexer [grammar] lexer grammar L; A : 'a' 'b' ; [input] ax [output] """[@0,2:1='<EOF>',<-1>,1:2] """ [errors] """line 1:0 token recognition error at: 'ax' """