xo-reader2: + on_semicolon_token() method in SyntaxStateMachine
This commit is contained in:
parent
5bd78b8f4e
commit
0163c16771
32 changed files with 166 additions and 1 deletions
|
|
@ -89,6 +89,12 @@ namespace xo {
|
|||
void on_f64_token(const Token & tk,
|
||||
ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax on incoming semicolon token @p tk,
|
||||
* overall parser state in @p p_psm
|
||||
**/
|
||||
void on_semicolon_token(const Token & tk,
|
||||
ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax after parsing a symbol @p sym;
|
||||
* overall parser state in @p p_psm
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue