xo-reader2: + op>= support

This commit is contained in:
Roland Conybeare 2026-03-12 23:41:21 -05:00
commit 4e7b58e3c9
3 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@ namespace xo {
tk_cmple,
/** great-equal @c '>=' **/
tk_greatequal,
tk_cmpge,
/** dot @c '.' **/
tk_dot,