// $ANTLR : FormulaCalculator.g -> FormulaCalculatorTokenTypes.txt$
FormulaCalculator    // output token vocab name
TRUE=4
FALSE=5
OR=6
AND=7
NOT=8
LPAREN=9
RPAREN=10
EQUAL=11
NEQUAL=12
GE=13
GT=14
LE=15
LT=16
IDENT=17
CONST_BOOL=18
CONST_NUM=19
WS=20
DIGIT=21
LETTER=22
NAME=23
CONST_BOOL_OR_IDENT=24
