xo-reader2: DefineSsm handles colon token after lhs var
example: def foo : f64 = 3.14;
This commit is contained in:
parent
021625d562
commit
0d8d928def
4 changed files with 34 additions and 2 deletions
|
|
@ -105,6 +105,9 @@ namespace xo {
|
|||
/** operate state machine for incoming if-token @p tk **/
|
||||
void on_if_token(const Token & tk);
|
||||
|
||||
/** operate state machine for incoming colon-token @p tk **/
|
||||
void on_colon_token(const Token & tk);
|
||||
|
||||
///@}
|
||||
|
||||
/** @defgroup scm-parserstatemachine-error-entrypoints error entry points **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue