~starkingdoms/starkingdoms

ref: 268047aaf3cc14686d94757d6232fc5083cc2d49 starkingdoms/crates/kabel/test/lexer/keywords.out -rw-r--r-- 354 bytes
268047aaghostly_zsh fix: orbit predictor is now actually positioned correctly on the screen 3 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