reader reports tokenizer errors through normal return

This commit is contained in:
Roland Conybeare 2025-07-19 16:47:59 -05:00
commit 781adeb0d3
10 changed files with 149 additions and 20 deletions

View file

@ -29,6 +29,8 @@ namespace xo {
void push_exprstate(std::unique_ptr<exprstate> exs);
std::unique_ptr<exprstate> pop_exprstate();
void reset_to_toplevel();
/** relative to top-of-stack.
* 0 -> top (last in), z-1 -> bottom (first in)
**/