xo-reader2: use DUniqueString* to report parsed formal
This commit is contained in:
parent
fb48c94be6
commit
1c2352c008
50 changed files with 377 additions and 65 deletions
|
|
@ -72,6 +72,16 @@
|
|||
{type: "ParserStateMachine *", name: "p_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_parsed_formal",
|
||||
doc: ["operate state machine for formal emitted by nested ssm"],
|
||||
return_type: "void",
|
||||
args: [
|
||||
{type: "const DUniqueString *", name: "param_name"},
|
||||
{type: "TypeDescr", name: "param_type"},
|
||||
{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