1
0

予約語を扱えるようにした

This commit is contained in:
otya128
2015-06-04 19:31:47 +09:00
parent f9d52680f4
commit f453d86a79
2 changed files with 43 additions and 0 deletions

View File

@@ -14,12 +14,15 @@ enum TokenType
Or,
And,
Xor,
Not,
Print,
If,
LParen,
RParen,
Iden,
Comma,
Colon,
Semicolon,
}
struct Token