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

uardovalentim.easymath-processor.0.1.11.source-code.FormulaLexer.tokens Maven / Gradle / Ivy

There is a newer version: 0.1.17
Show newest version
Identifier=1
Number=2
LPAREN=3
RPAREN=4
LBRACE=5
RBRACE=6
LBRACK=7
RBRACK=8
SEMI=9
COMMA=10
DOT=11
ASSIGN=12
GT=13
LT=14
BANG=15
TILDE=16
QUESTION=17
COLON=18
EQUAL=19
LE=20
GE=21
NOTEQUAL=22
AND=23
OR=24
INC=25
DEC=26
ADD=27
SUB=28
MUL=29
DIV=30
BITAND=31
BITOR=32
CARET=33
MOD=34
WS=35
'('=3
')'=4
'{'=5
'}'=6
'['=7
']'=8
';'=9
','=10
'.'=11
'='=12
'>'=13
'<'=14
'!'=15
'~'=16
'?'=17
':'=18
'=='=19
'<='=20
'>='=21
'!='=22
'&&'=23
'||'=24
'++'=25
'--'=26
'+'=27
'-'=28
'*'=29
'/'=30
'&'=31
'|'=32
'^'=33
'%'=34




© 2015 - 2025 Weber Informatics LLC | Privacy Policy