xo-reader2: + op>= support
This commit is contained in:
parent
6b46975642
commit
a68aaf41ec
35 changed files with 143 additions and 43 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