Initial support for Lua script engine

This commit is contained in:
Felipe Zimmerle
2017-11-05 10:42:40 -03:00
parent 1866a3a9eb
commit a676f313c3
19 changed files with 1270 additions and 59 deletions

View File

@@ -3937,7 +3937,7 @@ namespace yy {
case 310:
#line 2298 "seclang-parser.yy" // lalr1.cc:859
{
ACTION_NOT_SUPPORTED("Exec", yystack_[1].location);
//ACTION_CONTAINER($$, new actions::Exec($1));
}
#line 3943 "seclang-parser.cc" // lalr1.cc:859
break;

View File

@@ -2296,7 +2296,7 @@ act:
}
| ACTION_EXEC
{
ACTION_NOT_SUPPORTED("Exec", @0);
//ACTION_CONTAINER($$, new actions::Exec($1));
}
| ACTION_EXPIRE_VAR
{