repl: refactor LLVM-specific code under an optional Cargo feature

This commit is contained in:
Brian Carroll 2022-02-01 10:19:25 +00:00
parent 33e6afe83c
commit bbe82fcf25
4 changed files with 244 additions and 194 deletions

View file

@ -1,4 +1,3 @@
mod app_memory;
// mod debug; TODO: Is this in the right place? Seems to be specifically for solve.rs
mod eval;
pub mod gen;