.tecl.1.6.0.source-code.TECLLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tecl Show documentation
Show all versions of tecl Show documentation
A language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.
ASSIGN=1
OBRACK=2
CBRACK=3
OBRACE=4
CBRACE=5
OPARENTHESIS=6
CPARENTHESIS=7
COMMA=8
PIPE=9
AND=10
EQUALS=11
REFERENCE=12
NL=13
STRING=14
WORD=15
COMMENT=16
SPACES=17
':'=1
'['=2
']'=3
'{'=4
'}'=5
'('=6
')'=7
','=8
'|'=9
'&'=10
'='=11
© 2015 - 2025 Weber Informatics LLC | Privacy Policy