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
|
|
@ -81,6 +81,15 @@
|
|||
{type: "ParserStateMachine *", name: "p_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_singleassign_token",
|
||||
doc: ["update state machine for incoming singleassign-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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue