xo-expression xo-reader: integer comparisons !=, <, >
This commit is contained in:
parent
bbbab9b237
commit
b811e34090
6 changed files with 101 additions and 1 deletions
|
|
@ -418,6 +418,9 @@ namespace xo {
|
|||
|
||||
case tokentype::tk_leftangle:
|
||||
case tokentype::tk_rightangle:
|
||||
this->on_operator_token(tk, p_psm);
|
||||
return;
|
||||
|
||||
case tokentype::tk_dot:
|
||||
assert(false);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue