~starkingdoms/starkingdoms

ref: 945d5a61277189a0d4aaef8e76a219de9cfc57e3 starkingdoms/crates/kabel/test/lexer/keywords.out -rw-r--r-- 354 bytes
945d5a61TerraMaster85 work on planet textures 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
For
LeftParen
Var
Ident i
Equal
Num 0
Semicolon
Semicolon
RightParen
LeftBrace
RightBrace
If
LeftParen
True
RightParen
LeftBrace
RightBrace
Else
LeftBrace
RightBrace
While
LeftParen
False
RightParen
LeftBrace
Break
Semicolon
Continue
Semicolon
RightBrace
Loop
LeftBrace
RightBrace
Function
LeftParen
RightParen
LeftBrace
RightBrace
Var
Ident i
Semicolon