xo-reader2 stack: support op<=

This commit is contained in:
Roland Conybeare 2026-03-12 21:08:58 -05:00
commit 41f704f7ab
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ namespace xo {
tk_rightangle,
/** less-equal @c '<=' **/
tk_lessequal,
tk_cmple,
/** great-equal @c '>=' **/
tk_greatequal,