reader reports tokenizer errors through normal return
This commit is contained in:
parent
c0587aa4fb
commit
781adeb0d3
10 changed files with 149 additions and 20 deletions
|
|
@ -40,6 +40,8 @@ namespace xo {
|
|||
void push_envframe(const rp<LocalEnv> & x);
|
||||
rp<LocalEnv> pop_envframe();
|
||||
|
||||
void reset_to_toplevel() { stack_.resize(1); }
|
||||
|
||||
/** relative to top-of-stack.
|
||||
* 0 -> top (last in), z-1 -> bottom (first in)
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue