xo-reader2: more work on apply expressions [WIP]

This commit is contained in:
Roland Conybeare 2026-02-11 20:25:24 -05:00
commit cfd35da0c0
6 changed files with 238 additions and 61 deletions

View file

@ -137,6 +137,8 @@ namespace xo {
/** handle leftparen token @p tk. Overall parser state in @p p_psm **/
void on_leftparen_token(const Token & tk,
ParserStateMachine * p_psm);
void on_rightparen_token(const Token & tk,
ParserStateMachine * p_psm);
void on_symbol_token(const Token & tk,
ParserStateMachine * p_psm);