work out some initial direction for code gen
This commit is contained in:
@@ -9,7 +9,7 @@ use interner::Interner;
|
||||
use pallas_primitives::{alonzo::PlutusData, Fragment};
|
||||
use peg::{error::ParseError, str::LineCol};
|
||||
|
||||
mod interner;
|
||||
pub mod interner;
|
||||
|
||||
/// Parse a `Program` from a str.
|
||||
pub fn program(src: &str) -> Result<Program<Name>, ParseError<LineCol>> {
|
||||
|
||||
Reference in New Issue
Block a user