xo-expression: less-than-or-equal
This commit is contained in:
parent
67811cec00
commit
813407310c
9 changed files with 93 additions and 14 deletions
|
|
@ -418,6 +418,8 @@ namespace xo {
|
|||
|
||||
case tokentype::tk_leftangle:
|
||||
case tokentype::tk_rightangle:
|
||||
case tokentype::tk_lessequal:
|
||||
case tokentype::tk_greatequal:
|
||||
this->on_operator_token(tk, p_psm);
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue