xo-reader2: scaffold on_singleassign_token() in PSM
This commit is contained in:
parent
7d33440ecb
commit
a3f5b12955
24 changed files with 139 additions and 1 deletions
|
|
@ -48,6 +48,11 @@ namespace xo {
|
|||
self.on_colon_token(tk, p_psm);
|
||||
}
|
||||
auto
|
||||
ISyntaxStateMachine_DExprSeqState::on_singleassign_token(DExprSeqState & self, const Token & tk, ParserStateMachine * p_psm) -> void
|
||||
{
|
||||
self.on_singleassign_token(tk, p_psm);
|
||||
}
|
||||
auto
|
||||
ISyntaxStateMachine_DExprSeqState::on_parsed_symbol(DExprSeqState & 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