rge.bool.1.0.0.source-code.BooleanGrammarLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bool Show documentation
Show all versions of bool Show documentation
A simple boolean expression parser
The newest version!
T__0=1
T__1=2
AND=3
OR=4
NOT=5
TRUE=6
FALSE=7
IDENTIFIER=8
WS=9
'('=1
')'=2
'AND'=3
'OR'=4
'NOT'=5
'TRUE'=6
'FALSE'=7