Static allocations

This commit is contained in:
2023-11-22 23:40:25 -06:00
parent 640ef91306
commit 33c28ceb4a
9 changed files with 86 additions and 12 deletions
+1
View File
@@ -173,6 +173,7 @@ pub enum Expr {
Address(Lvalue),
Call(Call),
New(BoxExpr),
Static(BoxExpr),
Subscript(BoxExpr, BoxExpr),
Infix(BoxExpr, Operator, BoxExpr),
String(String),