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/java/io/protobase/f7/antlr/F7Lexer.tokens
-rw-r--r--
343
 1NCharacters=1
 2Dot=2
 3Int=3
 4Number=4
 5String=5
 6Error=6
 7LeftParen=7
 8RightParen=8
 9LeftBrace=9
10RightBrace=10
11Comma=11
12Colon=12
13SemiColon=13
14Bang=14
15Plus=15
16Minus=16
17Percent=17
18Power=18
19Divide=19
20Multiply=20
21GreaterThan=21
22GreaterThanOrEqualTo=22
23LessThan=23
24LessThanOrEqualTO=24
25Equal=25
26NotEqual=26
27Ampersand=27
28Dollar=28
29Underscore=29
30WS=30
31'.'=2