org.ar4k.grammar.Arithmetic.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ar4k-core Show documentation
Show all versions of ar4k-core Show documentation
Java Edge Agent Rossonet.
VARIABLE=1
SCIENTIFIC_NUMBER=2
LPAREN=3
RPAREN=4
PLUS=5
MINUS=6
TIMES=7
DIV=8
GT=9
LT=10
EQ=11
POINT=12
POW=13
WS=14
'('=3
')'=4
'+'=5
'-'=6
'*'=7
'/'=8
'>'=9
'<'=10
'='=11
'.'=12
'^'=13