xo-reader2: readerreplxx works + streamline debugging
This commit is contained in:
parent
8f64b05b71
commit
6894055548
7 changed files with 99 additions and 38 deletions
|
|
@ -550,7 +550,7 @@ namespace xo {
|
|||
DDefineSsm::on_singleassign_token(const Token & tk,
|
||||
ParserStateMachine * p_psm)
|
||||
{
|
||||
scope log(XO_DEBUG(true), xtag("defstate", defstate_));
|
||||
scope log(XO_DEBUG(p_psm->debug_flag()), xtag("defstate", defstate_));
|
||||
|
||||
if ((defstate_ == defexprstatetype::def_2)
|
||||
|| (defstate_ == defexprstatetype::def_4))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue