xo-reader2 stack: progress towards recognizing function calls [WIP]

This commit is contained in:
Roland Conybeare 2026-02-10 23:28:20 -05:00
commit 00dc45db9f
9 changed files with 234 additions and 37 deletions

View file

@ -27,11 +27,11 @@ namespace xo {
static DExpectExprSsm * make(DArena & parser_mm,
bool allow_defs,
bool cxl_on_rightparen);
bool cxl_on_rightbrace);
static void start(DArena & parser_mm,
bool allow_defs,
bool cxl_on_rightparen,
bool cxl_on_rightbrace,
ParserStateMachine * p_psm);
static void start(ParserStateMachine * p_psm);