Kill compilation for now

Don't wanna deal with this right this second
This commit is contained in:
greg 2016-03-01 11:14:24 -08:00
parent 272fa92052
commit 8b5d1ecd15
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ mod parser;
use eval::{Evaluator};
mod eval;
mod compilation;
fn main() {
let args: Vec<String> = std::env::args().collect();