replace uplc with uplc_two and move structs over

This commit is contained in:
Kasey White
2022-12-05 02:46:53 -05:00
committed by Lucas
parent 22fbef2fbe
commit 3e68204768
5 changed files with 3157 additions and 6169 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ use aiken_lang::{
builtins,
tipo::TypeInfo,
uplc::{DataTypeKey, FunctionAccessKey},
uplc_two::CodeGenerator,
uplc::CodeGenerator,
IdGenerator,
};
use miette::NamedSource;