1
0

IFの構文解析

This commit is contained in:
otya128
2015-06-06 17:11:02 +09:00
parent 2eaab2ef55
commit 5cab924046
6 changed files with 160 additions and 10 deletions

View File

@@ -27,6 +27,9 @@ enum TokenType
Assign,
Label,
Goto,
Then,
Else,
Endif,
}
struct Token