xo-reader2: top-level string literal + on_string_token() in SSM
This commit is contained in:
parent
fa6f6defc1
commit
4d0c97ab7a
32 changed files with 189 additions and 1 deletions
|
|
@ -138,6 +138,9 @@ namespace xo {
|
|||
/** operate state machine for incoming singleassign-token @p tk **/
|
||||
void on_singleassign_token(const Token & tk);
|
||||
|
||||
/** operate state machine for incoming string-otoken @p tk **/
|
||||
void on_string_token(const Token & tk);
|
||||
|
||||
/** operate state machine for incoming f64-token @p tk **/
|
||||
void on_f64_token(const Token & tk);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue