xo-reader: rename+: exprstate.on_leftparen() -> on_leftparen_token()
This commit is contained in:
parent
2cff2b5ca7
commit
8d1ae35075
8 changed files with 25 additions and 16 deletions
|
|
@ -141,7 +141,9 @@ namespace xo {
|
|||
/** handle incoming '=' token **/
|
||||
virtual void on_singleassign_token(const token_type & tk,
|
||||
exprstatestack * p_stack);
|
||||
virtual void on_leftparen(exprstatestack * p_stack,
|
||||
/** handle incoming '(' token **/
|
||||
virtual void on_leftparen_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
virtual void on_rightparen(exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue