mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 17:45:11 +01:00
array indexing and a bunch of other stuff
This commit is contained in:
parent
e7597dab07
commit
94229110cc
5 changed files with 172 additions and 20 deletions
|
|
@ -33,6 +33,7 @@ pub enum BinaryOp {
|
|||
Add,
|
||||
Sub,
|
||||
Comma,
|
||||
Index, // lhs[rhs]
|
||||
}
|
||||
|
||||
#[derive(Debug, DebugPls)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue