xo-reader2: + op>= support
This commit is contained in:
parent
41f704f7ab
commit
4e7b58e3c9
3 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue