Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Jan 16, 2024
1 parent 3a6029b commit 56800b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fn compile_from_file(src: &str) {

let mut parser = Parser::new(&string_buf);
parser.parse();
// parser.show_ast();

let optimizer = AstOptimizer::new(parser.take_ast_entry());
let ast_entry = optimizer.optimize();
Expand Down

0 comments on commit 56800b7

Please sign in to comment.