xo-parser: pref: + exprstatestack arg to exprstate::on_symbol()

This commit is contained in:
Roland Conybeare 2024-08-01 10:43:33 +10:00
commit 00eaa55cc9
2 changed files with 5 additions and 3 deletions

View file

@ -242,7 +242,7 @@ namespace xo {
private:
expraction on_def(exprstatestack * p_stack);
expraction on_symbol(const token_type & tk);
expraction on_symbol(const token_type & tk, exprstatestack * p_stack);
expraction on_colon();
expraction on_singleassign();
expraction on_f64(const token_type & tk);