xo-reader: + on_expr_with_semicolon() [wip, utest not passing]
This commit is contained in:
parent
ac4ee7d6b8
commit
bc30b34bc2
11 changed files with 88 additions and 2 deletions
|
|
@ -107,6 +107,10 @@ namespace xo {
|
|||
virtual void on_expr(ref::brw<Expression> expr,
|
||||
parserstatemachine * p_psm);
|
||||
|
||||
/** update exprstate in response to a successfully-parsed subexpression, that ends with semicolon **/
|
||||
virtual void on_expr_with_semicolon(ref::brw<Expression> expr,
|
||||
parserstatemachine * p_psm);
|
||||
|
||||
/** update exprstate when expecting a symbol **/
|
||||
virtual void on_symbol(const std::string & symbol,
|
||||
parserstatemachine * p_psm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue