xo-reader2 stack: parenthesized expressions [WIP]

This commit is contained in:
Roland Conybeare 2026-02-10 15:14:40 -05:00
commit d65eb54102
24 changed files with 1095 additions and 35 deletions

View file

@ -555,7 +555,6 @@ namespace xo {
case tokentype::tk_end:
case tokentype::N:
break;
return;
}
Super::on_token(tk, p_psm);