xo-reader2: DefineSsm handles colon token after lhs var
example: def foo : f64 = 3.14;
This commit is contained in:
parent
121fba491f
commit
3cca1b8255
5 changed files with 35 additions and 3 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