xo-reader: ++ lambda error reporting
This commit is contained in:
parent
d14b7354eb
commit
c6f6ee17d2
3 changed files with 57 additions and 15 deletions
|
|
@ -56,6 +56,8 @@ namespace xo {
|
|||
|
||||
static void start(parserstatemachine * p_psm);
|
||||
|
||||
virtual const char * get_expect_str() const override;
|
||||
|
||||
virtual void on_lambda_token(const token_type & tk,
|
||||
parserstatemachine * p_psm) override;
|
||||
virtual void on_formal_arglist(const std::vector<rp<Variable>> & argl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue