1
0

組み込み関数を実�

This commit is contained in:
otya128
2015-07-11 19:32:31 +09:00
parent 8a0ae76334
commit f10437449f
5 changed files with 29 additions and 10 deletions

View File

@@ -13,7 +13,8 @@ int main(string[] argv)
writeln(parser.calc());
}
version(none)
{
auto parser = new Parser(
//"@A\nA=1+2+3+4\nPRINT 1+1,2+3;10-5,A:A=A*2 PRINT A
"
@@ -120,6 +121,7 @@ END
{
writeln(t);
}
}
try
{
auto pc = new PetitComputer();