replace uplc with uplc_two and move structs over
This commit is contained in:
@@ -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
@@ -15,7 +15,7 @@ use aiken_lang::{
|
||||
builtins,
|
||||
tipo::TypeInfo,
|
||||
uplc::{DataTypeKey, FunctionAccessKey},
|
||||
uplc_two::CodeGenerator,
|
||||
uplc::CodeGenerator,
|
||||
IdGenerator,
|
||||
};
|
||||
use miette::NamedSource;
|
||||
|
||||
Reference in New Issue
Block a user