Kill some extraneous spaces
This commit is contained in:
parent
1d8102b9fa
commit
fe8418edbe
@ -18,7 +18,6 @@ pub fn compilation_sequence(ast: AST, sourcefile: &str) {
|
|||||||
_ => panic!("Bad filename {}", sourcefile),
|
_ => panic!("Bad filename {}", sourcefile),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
compile_ast(ast, ll_filename);
|
compile_ast(ast, ll_filename);
|
||||||
Command::new("llc")
|
Command::new("llc")
|
||||||
.arg("-filetype=obj")
|
.arg("-filetype=obj")
|
||||||
|
@ -22,7 +22,7 @@ mod compilation;
|
|||||||
mod llvm_wrap;
|
mod llvm_wrap;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let option_matches = program_options().parse(std::env::args()).expect("Could not parse options");
|
let option_matches = program_options().parse(std::env::args()).expect("Could not parse options");
|
||||||
match option_matches.free[..] {
|
match option_matches.free[..] {
|
||||||
[] | [_] => {
|
[] | [_] => {
|
||||||
run_repl();
|
run_repl();
|
||||||
|
Loading…
Reference in New Issue
Block a user