something worked

This commit is contained in:
2022-12-29 14:30:30 -08:00
committed by Adam Wick
parent a797b43068
commit bb1cbf9962
7 changed files with 112 additions and 49 deletions

View File

@@ -7,9 +7,11 @@ use crate::warnings::Warning;
use codespan_reporting::files::SimpleFiles;
use std::fs;
pub use crate::passes::into_crane::BackendError;
mod hil_to_lil;
mod syntax_to_hil;
mod into_crane;
mod syntax_to_hil;
pub struct PassResult<T> {
pub result: T,