array indexing and a bunch of other stuff

This commit is contained in:
nora 2022-06-26 15:44:39 +02:00
parent e7597dab07
commit 94229110cc
5 changed files with 172 additions and 20 deletions

View file

@ -33,6 +33,7 @@ pub enum BinaryOp {
Add,
Sub,
Comma,
Index, // lhs[rhs]
}
#[derive(Debug, DebugPls)]