tmp
This commit is contained in:
parent
2484ea9d9c
commit
6c92be58cd
2 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ if (i == 10) {
|
|||
)";
|
||||
|
||||
auto script = R"(
|
||||
var i = 10;
|
||||
var i = false;
|
||||
print i;
|
||||
)";
|
||||
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@ int main() {
|
|||
|
||||
if (module.initialize()) {
|
||||
|
||||
testParser();
|
||||
// testParser();
|
||||
// testCore();
|
||||
// testPrimitives();
|
||||
// testInterpreter();
|
||||
testInterpreter();
|
||||
|
||||
module.deinitialize();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue