Skip to content

Commit

Permalink
make parse_statement public
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Feb 20, 2023
1 parent 4594695 commit 0a5a000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/grammar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,8 @@ impl Grammar {
)
}

fn parse_statement(
/// Parse a statement into a formula. Returns None if the statement is a syntactic axiom.
pub fn parse_statement(
&self,
sref: &StatementRef<'_>,
nset: &Nameset,
Expand Down

0 comments on commit 0a5a000

Please sign in to comment.