xo-parser: prep: + exprstatestack arg to exprstate::on_f64()

This commit is contained in:
Roland Conybeare 2024-08-01 10:47:07 +10:00
commit 6b53afe6e6
2 changed files with 5 additions and 3 deletions

View file

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