fix
This commit is contained in:
parent
3953cd7ad6
commit
5aa2393c8f
|
@ -127,8 +127,12 @@ pub fn lookup_word<P: Deref<Target = (String, u32, u32)>>(s: String, _pos: P) ->
|
||||||
("+", OpType::Plus),
|
("+", OpType::Plus),
|
||||||
("-", OpType::Minus),
|
("-", OpType::Minus),
|
||||||
("=", OpType::Equals),
|
("=", OpType::Equals),
|
||||||
|
("!=", OpType::NotEquals),
|
||||||
(">", OpType::Gt),
|
(">", OpType::Gt),
|
||||||
("<", OpType::Lt),
|
("<", OpType::Lt),
|
||||||
|
(">=", OpType::Ge),
|
||||||
|
("<=", OpType::Le),
|
||||||
|
|
||||||
("band", OpType::Band),
|
("band", OpType::Band),
|
||||||
("bor", OpType::Bor),
|
("bor", OpType::Bor),
|
||||||
("shr", OpType::Shr),
|
("shr", OpType::Shr),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user