xo-reader2: handle multiple args in apply + streamlined utest
This commit is contained in:
parent
9c677b28cc
commit
3a516e2866
4 changed files with 90 additions and 4 deletions
|
|
@ -142,6 +142,8 @@ namespace xo {
|
|||
|
||||
void on_symbol_token(const Token & tk,
|
||||
ParserStateMachine * p_psm);
|
||||
void on_comma_token(const Token & tk,
|
||||
ParserStateMachine * p_psm);
|
||||
void on_colon_token(const Token & tk,
|
||||
ParserStateMachine * p_psm);
|
||||
void on_singleassign_token(const Token & tk,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue