xo-reader: rename+: exprstate.on_def() -> on_def_token() + token arg
This commit is contained in:
parent
892b332a20
commit
60a7ec1cd0
6 changed files with 17 additions and 11 deletions
|
|
@ -126,7 +126,9 @@ namespace xo {
|
|||
|
||||
// ----- input methods -----
|
||||
|
||||
virtual void on_def(exprstatestack * p_stack);
|
||||
/** handle incoming 'def' token **/
|
||||
virtual void on_def_token(const token_type & tk,
|
||||
exprstatestack * p_stack);
|
||||
/** handle incoming symbol token **/
|
||||
virtual void on_symbol_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue