1
0

INC,DECのパース

This commit is contained in:
otya128
2015-07-12 12:47:15 +09:00
parent ccfb25751b
commit 8c140956cb
4 changed files with 57 additions and 3 deletions

View File

@@ -56,6 +56,8 @@ enum TokenType
Out,
While,
WEnd,
Inc,
Dec,
}
struct Token