This commit is contained in:
nora 2022-03-21 14:59:18 +01:00
parent 888fcfd170
commit 9e87a4ce91
10 changed files with 355 additions and 4 deletions

View file

@ -137,6 +137,7 @@ pub enum BinOpKind {
Or,
BitAnd,
BitOr,
Xor,
}
#[derive(Debug, Clone, PartialEq)]