xo-reader2: + on_semicolon_token() method in SyntaxStateMachine

This commit is contained in:
Roland Conybeare 2026-01-22 15:32:12 -05:00
commit 0163c16771
32 changed files with 166 additions and 1 deletions

View file

@ -99,6 +99,15 @@
{type: "ParserStateMachine *", name: "p_psm"},
],
},
{
name: "on_semicolon_token",
doc: ["update state machine for incoming semicolon-token @p tk"],
return_type: "void",
args: [
{type: "const Token &", name: "tk"},
{type: "ParserStateMachine *", name: "p_psm"},
],
},
{
name: "on_parsed_symbol",
doc: ["update stat machine for incoming parsed symbol @p sym"],