xo-reader2: + on_f64_token() + handle in DDefineSsm+DProgressSsm
This commit is contained in:
parent
55149f0890
commit
d30412779c
44 changed files with 1638 additions and 8 deletions
|
|
@ -122,6 +122,9 @@ namespace xo {
|
|||
/** operate state machine for incoming singleassign-token @p tk **/
|
||||
void on_singleassign_token(const Token & tk);
|
||||
|
||||
/** operate state machine for incoming f64-token @p tk **/
|
||||
void on_f64_token(const Token & tk);
|
||||
|
||||
///@}
|
||||
/** @defgroup scm-parserstatemachine-error-entrypoints error entry points **/
|
||||
///@{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue