xo-reader2: handle multiple args in apply + streamlined utest

This commit is contained in:
Roland Conybeare 2026-02-12 00:43:46 -05:00
commit 3a516e2866
4 changed files with 90 additions and 4 deletions

View file

@ -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,