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
|
|
@ -125,6 +125,9 @@ namespace xo {
|
|||
/** operate state machine for incoming f64-token @p tk **/
|
||||
void on_f64_token(const Token & tk);
|
||||
|
||||
/** operate state machine for incoming semicolon-token @p tk **/
|
||||
void on_semicolon_token(const Token & tk);
|
||||
|
||||
///@}
|
||||
/** @defgroup scm-parserstatemachine-error-entrypoints error entry points **/
|
||||
///@{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue