Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinger67 committed Nov 18, 2022
1 parent de87205 commit 0b47cc4
Show file tree
Hide file tree
Showing 10 changed files with 126 additions and 110 deletions.
1 change: 1 addition & 0 deletions examples/boolean_parser/boolean_grammar_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use parol_runtime::id_tree::Tree;

use crate::boolean_grammar::BooleanGrammar;
#[allow(unused_imports)]
use parol_runtime::miette::{miette, Result};
use parol_runtime::parser::{ParseTreeStackEntry, ParseTreeType, UserActionsTrait};

Expand Down
1 change: 1 addition & 0 deletions examples/calc/calc_grammar_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use parol_runtime::id_tree::Tree;

use crate::calc_grammar::CalcGrammar;
#[allow(unused_imports)]
use parol_runtime::miette::{miette, Result};
use parol_runtime::parser::{ParseTreeStackEntry, ParseTreeType, UserActionsTrait};

Expand Down

0 comments on commit 0b47cc4

Please sign in to comment.