xo-reader: refactor: parserstatemachine w/ exprstate.on_lambda_token
This commit is contained in:
parent
e5dc8d14d4
commit
8cae38817b
7 changed files with 22 additions and 16 deletions
|
|
@ -123,8 +123,7 @@ namespace xo {
|
|||
parserstatemachine * p_psm);
|
||||
/** handle incoming 'lambda' token **/
|
||||
virtual void on_lambda_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
parserstatemachine * p_psm);
|
||||
/** 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