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
|
|
@ -45,10 +45,13 @@ namespace xo {
|
|||
|
||||
// ----- parsing outputs -----
|
||||
|
||||
void on_expr(ref::brw<Expression> expr);
|
||||
void on_expr_with_semicolon(ref::brw<Expression> expr);
|
||||
void on_symbol(const std::string & symbol);
|
||||
|
||||
// ---- parsing inputs -----
|
||||
|
||||
void on_semicolon_token(const token_type & tk);
|
||||
void on_leftbrace_token(const token_type & tk);
|
||||
void on_rightbrace_token(const token_type & tk);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue