xo-reader2: readerreplxx works + streamline debugging
This commit is contained in:
parent
258d0823f5
commit
610afe7677
9 changed files with 124 additions and 72 deletions
|
|
@ -216,8 +216,7 @@ namespace xo {
|
|||
DProgressSsm::on_semicolon_token(const Token & tk,
|
||||
ParserStateMachine * p_psm)
|
||||
{
|
||||
constexpr bool c_debug_flag = true;
|
||||
scope log(XO_DEBUG(c_debug_flag));
|
||||
scope log(XO_DEBUG(p_psm->debug_flag()));
|
||||
|
||||
/* note: implementation should parallel .on_rightparen_token() */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue