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

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

The newest version!
// Regression test for antlr/antlr4#1925
TestType() ::= "Lexer"

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

Input() ::= "均"

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

Errors() ::= ""

grammar(grammarName) ::= <<
lexer grammar ;
ID : ([A-Z_]|'Ā'..'�') ([A-Z_0-9]|'Ā'..'�')*;
>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy