1
0
This commit is contained in:
otya128
2015-09-05 16:24:09 +09:00
parent b646b9efca
commit 42e514a989
5 changed files with 151 additions and 61 deletions

View File

@@ -495,6 +495,11 @@ class Parser
return - - -1;
}
}
auto compiler()
{
auto compiler = new Compiler(parseProgram());
return compiler;
}
auto compile()
{
auto compiler = new Compiler(parseProgram());