xo-reader: misc bugfixes + logging [wip, utests not passing]

This commit is contained in:
Roland Conybeare 2024-08-28 00:38:05 -04:00
commit ac4ee7d6b8
14 changed files with 175 additions and 17 deletions

View file

@ -33,9 +33,7 @@ namespace xo {
*/
std::unique_ptr<exprstate> self = p_psm->pop_exprstate();
p_psm->top_exprstate().on_symbol(tk.text(), p_psm);
return;
p_psm->on_symbol(tk.text());
}
} /*namespace scm*/
} /*namespace xo*/