This commit is contained in:
IlyaShurupov 2024-03-07 09:46:17 +03:00 committed by Ilya Shurupov
parent 2484ea9d9c
commit 6c92be58cd
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ if (i == 10) {
)";
auto script = R"(
var i = 10;
var i = false;
print i;
)";

View file

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