xo-reader2: + on_i64_token in all Ssm classes.
This commit is contained in:
parent
0fb0f7a1bf
commit
8c6f504224
32 changed files with 166 additions and 1 deletions
|
|
@ -95,6 +95,11 @@ namespace xo {
|
|||
**/
|
||||
void on_f64_token(const Token & tk, ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax on incoming i64 token @p tk,
|
||||
* overall parser state in @p p_psm
|
||||
**/
|
||||
void on_i64_token(const Token & tk, ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax on incoming bool token @p tk,
|
||||
* overall parser state in @p p_psm
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue