Start messing around with cranelift.

This commit is contained in:
2022-11-25 21:30:23 -08:00
parent a217e2633f
commit 22aa29cb92
12 changed files with 203 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ use std::fs;
mod hil_to_lil;
mod syntax_to_hil;
mod into_crane;
pub struct PassResult<T> {
pub result: T,