xo-interpreter2 stack: work on variable references [WIP]
This commit is contained in:
parent
c9c43fbef2
commit
370e52a149
21 changed files with 542 additions and 22 deletions
|
|
@ -68,8 +68,7 @@ namespace xo {
|
|||
obj<AAllocator> expr_mm,
|
||||
ParserStateMachine * p_psm)
|
||||
{
|
||||
constexpr bool c_debug_flag = true;
|
||||
scope log(XO_DEBUG(c_debug_flag));
|
||||
scope log(XO_DEBUG(p_psm->debug_flag()));
|
||||
|
||||
DIfElseExpr * if_expr = DIfElseExpr::_make_empty(expr_mm);
|
||||
DIfElseSsm * if_ssm = DIfElseSsm::_make(parser_mm, if_expr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue