xo-reader2: regen ssm facet files + on_colon_token
This commit is contained in:
parent
4c84f8c198
commit
021625d562
17 changed files with 42 additions and 6 deletions
|
|
@ -43,6 +43,11 @@ namespace xo {
|
|||
self.on_if_token(tk, p_psm);
|
||||
}
|
||||
auto
|
||||
ISyntaxStateMachine_DExpectSymbolSsm::on_colon_token(DExpectSymbolSsm & self, const Token & tk, ParserStateMachine * p_psm) -> void
|
||||
{
|
||||
self.on_colon_token(tk, p_psm);
|
||||
}
|
||||
auto
|
||||
ISyntaxStateMachine_DExpectSymbolSsm::on_parsed_symbol(DExpectSymbolSsm & self, std::string_view sym, ParserStateMachine * p_psm) -> void
|
||||
{
|
||||
self.on_parsed_symbol(sym, p_psm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue