xo-reader: refactor to simplify parser+parserstatemachine
This commit is contained in:
parent
ce760bd5cf
commit
81bbc080fd
10 changed files with 85 additions and 129 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue