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

@ -500,7 +500,7 @@ namespace xo {
log && log("rightangle or greatequal token");
if (*(ix + 1) == '=') {
tk_type = tokentype::tk_greatequal;
tk_type = tokentype::tk_cmpge;
++ix;
++ix;
} else {