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

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