xo-reader: work on apply expression parsing

This commit is contained in:
Roland Conybeare 2025-07-24 07:50:34 -05:00
commit 190a21e2f7
4 changed files with 16 additions and 3 deletions

View file

@ -64,7 +64,7 @@ namespace xo {
/* stack_ is non-empty */
log && log(xtag("top", psm_.xs_stack_.top_exprstate()));
log && log(xrefrtag("top", psm_.xs_stack_.top_exprstate()));
psm_.xs_stack_.top_exprstate().on_input(tk, &psm_);