1
0

Implement LINPUT

This commit is contained in:
otya128
2016-12-29 17:59:47 +09:00
parent c0f1e4e9e5
commit 20889c28e1
5 changed files with 80 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ enum TokenType
Swap,
Dim,
Constant,
Linput,
}
enum TokenValueType