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

org.antlr.v4.test.runtime.templates.SemPredEvalLexer.RuleSempredFunction.stg Maven / Gradle / Ivy

The newest version!
TestType() ::= "Lexer"

Options ::= [
	"ShowDFA": false
]

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

Input() ::= "aaa"

Output() ::= <<
[@0,0:0='a',\<1>,1:0]
[@1,1:1='a',\<1>,1:1]
[@2,2:2='a',\<1>,1:2]
[@3,3:2='\',\<-1>,1:3]<\n>
>>

Errors() ::= ""

grammar(grammarName) ::= <<
lexer grammar ;
T : 'a' {}? ;
>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy