forked from ohmygirl/mylex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathif.out
19 lines (19 loc) · 1.32 KB
/
if.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
+-----+--------------------+--------------------+--------------------+
| No.| Symbol| Symbol Type| Notes|
+-----+--------------------+--------------------+--------------------+
| 1 | 123if | nul | invalid character |
| 2 | i | ident | |
| 3 | = | eql | |
| 4 | 5 | number | |
| 5 | then | thensym | |
| 6 | x | ident | |
| 7 | := | becomes | |
| 8 | y | ident | |
| 9 | ; | semicolon | |
| 10 | else | ident | |
| 11 | x | ident | |
| 12 | := | becomes | |
| 13 | z | ident | |
| 14 | ; | semicolon | |
| 15 | EOF | eof | |
+-----+--------------------+--------------------+--------------------+