xo-reader: refactor: use parsestatemachine w/ on_symbol_token()
This commit is contained in:
parent
8cae38817b
commit
bda115037b
14 changed files with 30 additions and 31 deletions
|
|
@ -126,8 +126,7 @@ namespace xo {
|
|||
parserstatemachine * p_psm);
|
||||
/** handle incoming symbol token **/
|
||||
virtual void on_symbol_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
parserstatemachine * p_psm);
|
||||
/** handle incoming ',' token **/
|
||||
virtual void on_comma_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue