feat: start using AirStack methods

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
This commit is contained in:
rvcas
2023-03-21 23:17:51 -04:00
committed by Lucas
parent 3e6f688e2d
commit ca0d896b8d
4 changed files with 313 additions and 326 deletions

View File

@@ -74,7 +74,6 @@ pub enum Air {
BinOp {
scope: Vec<u64>,
name: BinOp,
count: usize,
tipo: Arc<Type>,
},
UnOp {
@@ -156,7 +155,7 @@ pub enum Air {
// Record Creation
Record {
scope: Vec<u64>,
constr_index: usize,
tag: usize,
tipo: Arc<Type>,
count: usize,
},