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
|
|
@ -145,6 +145,12 @@ namespace xo {
|
|||
TypeDescr param_type,
|
||||
ParserStateMachine * p_psm);
|
||||
|
||||
/** consume formal params @p arglist from completed nested ssm,
|
||||
* with overall parser state in @p p_psm.
|
||||
**/
|
||||
void on_parsed_formal_arglist(DArray * arglist,
|
||||
ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax on parsed expression @p expr
|
||||
* from nested ssm.
|
||||
* overall parser state in @p p_psm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue