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

org.ar4k.grammar.Arithmetic.tokens Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy