mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-15 09:05:05 +01:00
lexer!
This commit is contained in:
parent
888fcfd170
commit
9e87a4ce91
10 changed files with 355 additions and 4 deletions
|
|
@ -137,6 +137,7 @@ pub enum BinOpKind {
|
|||
Or,
|
||||
BitAnd,
|
||||
BitOr,
|
||||
Xor,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue