xo-parser: refactor: explicit stack eliminates expractiontype::push1

This commit is contained in:
Roland Conybeare 2024-08-01 10:50:14 +10:00
commit 8bc91d3b83
2 changed files with 9 additions and 14 deletions

View file

@ -113,7 +113,6 @@ namespace xo {
enum class expractiontype {
invalid = -1,
push1,
keep,
emit,
pop,