All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.antlr.v4.test.runtime.templates.LexerExec.NonGreedyPositiveClosure.stg Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
TestType() ::= "Lexer"

Grammar ::= [
	"L": {}
]

Input() ::= <<
//blah
//blah<\n>
>>

Output() ::= <<
[@0,0:6='//blah\n',\<1>,1:0]
[@1,7:13='//blah\n',\<1>,2:0]
[@2,14:13='\',\<-1>,3:0]<\n>
>>

Errors() ::= ""

grammar(grammarName) ::= <<
lexer grammar ;
CMT : ('//' .*? '\n')+?;
WS : (' '|'\t')+;
>>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy