xo-reader: refactor to simplify parser+parserstatemachine

This commit is contained in:
Roland Conybeare 2025-07-22 23:09:55 -05:00
commit 81bbc080fd
10 changed files with 85 additions and 129 deletions

View file

@ -13,7 +13,7 @@ namespace xo {
namespace scm {
bp<LocalEnv>
envframestack::top_envframe() {
envframestack::top_envframe() const {
std::size_t z = stack_.size();
if (z == 0) {