xo-reader2: + PSM,SSM on_parsed_formal_arglist()
This commit is contained in:
parent
2f9d49b083
commit
554c01ffad
48 changed files with 283 additions and 3 deletions
|
|
@ -82,6 +82,15 @@
|
|||
{type: "ParserStateMachine *", name: "p_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_parsed_formal_arglist",
|
||||
doc: ["consume formal arglist emitted by nested ssm"],
|
||||
return_type: "void",
|
||||
args: [
|
||||
{type: "DArray *", name: "arglist"},
|
||||
{type: "ParserStateMachine *", name: "p_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_parsed_expression",
|
||||
doc: ["update state machine for incoming parsed expression @p expr"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue