Command Line INterpreter with fixes
This commit is contained in:
parent
62cb2bb8b7
commit
576a3565f7
14 changed files with 384 additions and 95 deletions
|
|
@ -12,7 +12,8 @@ int main() {
|
|||
return 1;
|
||||
}
|
||||
|
||||
testCommandLine();
|
||||
// testCommandLine();
|
||||
testInterpreter();
|
||||
|
||||
testModule.deinitialize();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue