xo-reader2: regen ssm facet files + on_colon_token
This commit is contained in:
parent
00117840d0
commit
121fba491f
17 changed files with 42 additions and 6 deletions
|
|
@ -62,6 +62,7 @@ namespace scm {
|
|||
[[noreturn]] void on_symbol_token(Opaque, const Token &, ParserStateMachine *) override;
|
||||
[[noreturn]] void on_def_token(Opaque, const Token &, ParserStateMachine *) override;
|
||||
[[noreturn]] void on_if_token(Opaque, const Token &, ParserStateMachine *) override;
|
||||
[[noreturn]] void on_colon_token(Opaque, const Token &, ParserStateMachine *) override;
|
||||
[[noreturn]] void on_parsed_symbol(Opaque, std::string_view, ParserStateMachine *) override;
|
||||
|
||||
///@}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue