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

.tecl.1.6.0.source-code.TECL.tokens Maven / Gradle / Ivy

Go to download

A language parser specifically aimed at configuration files, trying to solve the issues found in XML, JSON, YAML, etc.

There is a newer version: 1.7.1
Show newest version
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