mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 09:35:07 +01:00
more
This commit is contained in:
parent
542c0daf6a
commit
86b924f5e3
7 changed files with 171 additions and 67 deletions
|
|
@ -23,6 +23,8 @@ pub enum Atom {
|
|||
|
||||
#[derive(Debug, DebugPls)]
|
||||
pub enum UnaryOp {
|
||||
Increment,
|
||||
Decrement,
|
||||
AddrOf,
|
||||
Deref,
|
||||
Plus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue