1
0

演算子を追加

This commit is contained in:
otya128
2015-06-07 13:56:30 +09:00
parent 47de1d20bd
commit 311045afce
3 changed files with 93 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ FOR I=-2 TO -9 STEP -2
NEXT
?I
?\"Hello, World!!\"
?\"A\"*4
");
auto vm = parser.compile();
vm.run();