This commit is contained in:
IlyaShurupov 2024-03-06 10:47:37 +03:00 committed by Ilusha
parent e628e7c1e2
commit 828096de17
9 changed files with 351 additions and 368 deletions

View file

@ -41,10 +41,8 @@ if (i == 10) {
)";
auto script = R"(
{
var i = 10;
print (i + 10) * 5;
}
)";
TEST_DEF_STATIC(Complex) {
@ -86,6 +84,5 @@ TEST_DEF_STATIC(Simple) {
TEST_DEF(Interpreter) {
testSimple();
exit(0);
// testComplex();
}