From 7eb48fb4ef2b573f92ad95bbdb3cb6486a16073a Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 3 Jan 2017 03:27:28 -0800 Subject: [PATCH] Working on compilation again --- test.lang => compile.schala | 0 src/compilation.rs | 2 -- 2 files changed, 2 deletions(-) rename test.lang => compile.schala (100%) diff --git a/test.lang b/compile.schala similarity index 100% rename from test.lang rename to compile.schala diff --git a/src/compilation.rs b/src/compilation.rs index 5700e38..10d72ea 100644 --- a/src/compilation.rs +++ b/src/compilation.rs @@ -50,8 +50,6 @@ struct CompilationData { fn compile_ast(ast: AST, filename: &str) { println!("Compiling!"); - println!("AST is {:?}", ast); - let names: VariableMap = HashMap::new(); let context = LLVMWrap::create_context();