xo-reader2: + DExpectFormalArglistSsm [WIP]
This commit is contained in:
parent
fdf2cc8439
commit
254d7c179d
18 changed files with 899 additions and 8 deletions
|
|
@ -81,6 +81,11 @@ namespace xo {
|
|||
**/
|
||||
void on_def_token(const Token & tk, ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax on incoming lamdba token @p tk,
|
||||
* overall parser state in @p p_psm
|
||||
**/
|
||||
void on_lambda_token(const Token & tk, ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax on incoming token @p tk,
|
||||
* overall parser state in @p p_psm
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue