xo-reader2 stack: support op<=

This commit is contained in:
Roland Conybeare 2026-03-12 21:08:58 -05:00
commit 6b46975642
22 changed files with 29 additions and 80 deletions

View file

@ -110,7 +110,7 @@ namespace xo {
case tokentype::tk_rightbrace:
case tokentype::tk_leftangle:
case tokentype::tk_rightangle:
case tokentype::tk_lessequal:
case tokentype::tk_cmple:
case tokentype::tk_greatequal:
case tokentype::tk_dot:
case tokentype::tk_doublecolon: