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

acanvasio.expretau.expretau-parser.1.1.0.source-code.ExpretauLexer.tokens Maven / Gradle / Ivy

The newest version!
INT=1
REAL=2
STR=3
BOOL=4
ADD=5
SUB=6
MUL=7
DIV=8
LT=9
LE=10
EQ=11
GT=12
GE=13
NE=14
AND=15
OR=16
NOT=17
STARTSWITH=18
ENDSWITH=19
CONTAINS=20
MATCHES=21
ID=22
WS=23
NL=24
LPAR=25
RPAR=26
COMMA=27
DOT=28
LBRCK=29
RBRCK=30
'+'=5
'-'=6
'*'=7
'/'=8
'<'=9
'<='=10
'>'=12
'>='=13
'startsWith'=18
'endsWith'=19
'contains'=20
'matches'=21
'('=25
')'=26
','=27
'.'=28
'['=29
']'=30




© 2015 - 2025 Weber Informatics LLC | Privacy Policy