xo-reader: parserstatemachine -> consolidate on_symbol() args
This commit is contained in:
parent
370722b086
commit
355f73b2a1
9 changed files with 11 additions and 23 deletions
|
|
@ -100,8 +100,7 @@ namespace xo {
|
|||
|
||||
/** update exprstate when expecting a symbol **/
|
||||
virtual void on_symbol(const std::string & symbol,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
parserstatemachine * p_psm);
|
||||
|
||||
/** update exprstate when expeccting a typedescr **/
|
||||
virtual void on_typedescr(TypeDescr td,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue