Skip to content

Commit

Permalink
stop dumping pratt into combinator namespace
Browse files Browse the repository at this point in the history
until we find a satisfactory api

based on
winnow-rs#614 (comment)

> "We are dumping a lot of stray types into combinator. The single-line
summaries should make it very easy to tell they are related to
precedence"
  • Loading branch information
39555 committed Nov 16, 2024
1 parent a97f056 commit a298c20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/combinator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,9 @@ mod core;
mod debug;
mod multi;
mod parser;
mod precedence;
mod sequence;

mod shunting_yard;
pub mod precedence;

#[cfg(test)]
mod tests;
Expand Down

0 comments on commit a298c20

Please sign in to comment.