xo-reader: refactor: rename exprstate.on_colon() -> on_colon_token
This commit is contained in:
parent
49cb0f0bba
commit
1fcac9485b
8 changed files with 21 additions and 9 deletions
|
|
@ -131,7 +131,9 @@ namespace xo {
|
|||
virtual void on_symbol_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
virtual void on_colon(exprstatestack * p_stack);
|
||||
/** handle incoming ':' token **/
|
||||
virtual void on_colon_token(const token_type & tk,
|
||||
exprstatestack * p_stack);
|
||||
virtual void on_semicolon(exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
virtual void on_singleassign(exprstatestack * p_stack);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue