1
0

ラベルとGOTOを実�

This commit is contained in:
otya128
2015-06-06 14:51:45 +09:00
parent 88ad0392a1
commit 2eaab2ef55
6 changed files with 91 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ enum TokenType
Semicolon,
NewLine,
Assign,
Label,
Goto,
}
struct Token