UNPKG

@mike-lischke/antlr-tgen

Version:

A generator for antlr-ng runtime test cases

15 lines (10 loc) 151 B
[type] Lexer [grammar] lexer grammar L; QUOTE : '"' ; // make sure this compiles [input] " [output] [@0,0:0='"',<1>,1:0] [@1,1:0='<EOF>',<-1>,1:1]