xo-parser: prep: + exprstatestack arg to exprstate::on_f64()
This commit is contained in:
parent
59837c47f0
commit
6b53afe6e6
2 changed files with 5 additions and 3 deletions
|
|
@ -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:
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue