f7
f7 is a spreadsheet formula execution library
git clone https://git.vogt.world/f7.git
Log | Files | README.md | LICENSE.md
← All files
name: src/main/js/antlr/F7.tokens
-rw-r--r--
364
 1NCharacters=1
 2Dot=2
 3Int=3
 4Number=4
 5SingleQuoteString=5
 6String=6
 7Error=7
 8LeftParen=8
 9RightParen=9
10LeftBrace=10
11RightBrace=11
12Comma=12
13Colon=13
14SemiColon=14
15Bang=15
16Plus=16
17Minus=17
18Percent=18
19Power=19
20Divide=20
21Multiply=21
22GreaterThan=22
23GreaterThanOrEqualTo=23
24LessThan=24
25LessThanOrEqualTO=25
26Equal=26
27NotEqual=27
28Ampersand=28
29Dollar=29
30Underscore=30
31WS=31
32'.'=2