Skip to content

Commit

Permalink
Remove parser trait
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBrouwer committed Oct 3, 2024
1 parent ae3de6b commit daf177e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion prism-parser/src/core/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub mod adaptive;
pub mod cache;
pub mod context;
pub mod parser;
pub mod pos;
pub mod presult;
pub mod primitives;
Expand Down
41 changes: 0 additions & 41 deletions prism-parser/src/core/parser.rs

This file was deleted.

1 change: 0 additions & 1 deletion prism-parser/tests/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ macro_rules! parse_test {
use prism_parser::grammar::GrammarFile;
use prism_parser::grammar;
use prism_parser::error::empty_error::EmptyError;
use prism_parser::core::parser::Parser;
use prism_parser::core::presult::PResult;
use prism_parser::core::presult::PResult::*;
use prism_parser::core::pos::Pos;
Expand Down

0 comments on commit daf177e

Please sign in to comment.