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"(
|
auto script = R"(
|
||||||
var i = 10;
|
var i = false;
|
||||||
print i;
|
print i;
|
||||||
)";
|
)";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,10 +18,10 @@ int main() {
|
||||||
|
|
||||||
if (module.initialize()) {
|
if (module.initialize()) {
|
||||||
|
|
||||||
testParser();
|
// testParser();
|
||||||
// testCore();
|
// testCore();
|
||||||
// testPrimitives();
|
// testPrimitives();
|
||||||
// testInterpreter();
|
testInterpreter();
|
||||||
|
|
||||||
module.deinitialize();
|
module.deinitialize();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue