Skip to content

Commit

Permalink
call grammar_pass before export_grammar_dot (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 authored Sep 30, 2023
1 parent 6364fb8 commit 5ccf6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ fn main() {

#[cfg(feature = "dot")]
if matches.is_present("export_grammar_dot") {
db.grammar_pass();
db.export_grammar_dot();
}

Expand Down

0 comments on commit 5ccf6b8

Please sign in to comment.