xo-reader: wip: parsing lambda expressions [wip, non-functional]
This commit is contained in:
parent
8ed090c2e2
commit
0841fd7dbd
10 changed files with 289 additions and 5 deletions
|
|
@ -19,6 +19,9 @@ namespace xo {
|
|||
|
||||
static std::unique_ptr<expect_expr_xs> expect_rhs_expression();
|
||||
|
||||
virtual void on_lambda_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
virtual void on_leftparen_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue