xo-expression xo-reader: integer comparisons !=, <, >

This commit is contained in:
Roland Conybeare 2025-07-27 14:32:31 -04:00
commit b811e34090
6 changed files with 101 additions and 1 deletions

View file

@ -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;