1
0

Implement #CONSTANT

This commit is contained in:
otya128
2016-12-10 17:24:23 +09:00
parent 9788cd9e55
commit 5948104f5c
2 changed files with 139 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ enum TokenType
Until,
Swap,
Dim,
Constant,
}
struct Token