Working on compilation again
This commit is contained in:
parent
8ebf1b3056
commit
7eb48fb4ef
@ -50,8 +50,6 @@ struct CompilationData {
|
|||||||
|
|
||||||
fn compile_ast(ast: AST, filename: &str) {
|
fn compile_ast(ast: AST, filename: &str) {
|
||||||
println!("Compiling!");
|
println!("Compiling!");
|
||||||
println!("AST is {:?}", ast);
|
|
||||||
|
|
||||||
let names: VariableMap = HashMap::new();
|
let names: VariableMap = HashMap::new();
|
||||||
|
|
||||||
let context = LLVMWrap::create_context();
|
let context = LLVMWrap::create_context();
|
||||||
|
Loading…
Reference in New Issue
Block a user