Working on compilation again

This commit is contained in:
greg 2017-01-03 03:27:28 -08:00
parent 8ebf1b3056
commit 7eb48fb4ef
2 changed files with 0 additions and 2 deletions

View File

@ -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();