test 1-9 passing

This commit is contained in:
Kasey White
2022-12-14 02:23:53 -05:00
committed by KtorZ
parent b71315ba2f
commit 3c664b9651
5 changed files with 1819 additions and 1698 deletions

View File

@@ -64,6 +64,7 @@ pub enum Air {
Builtin {
scope: Vec<u64>,
func: DefaultFunction,
tipo: Arc<Type>,
},
BinOp {

1181
crates/lang/src/builder.rs Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -12,6 +12,7 @@ pub mod parser;
pub mod pretty;
pub mod tipo;
pub mod uplc;
pub mod builder;
#[derive(Debug, Default, Clone)]
pub struct IdGenerator {

File diff suppressed because it is too large Load Diff