This commit is contained in:
Ilusha 2024-03-07 12:27:32 +03:00
parent b906e0e66c
commit 20ac8620e6
20 changed files with 86 additions and 853 deletions

View file

@ -18,9 +18,9 @@ int main() {
if (module.initialize()) {
// testParser();
// testCore();
// testPrimitives();
testParser();
testCore();
testPrimitives();
testInterpreter();
module.deinitialize();