We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbf5ae commit 01e1b7dCopy full SHA for 01e1b7d
src/parser/mod.rs
@@ -5,6 +5,9 @@ use core::error::Error;
5
#[cfg(feature = "std")]
6
use std::{boxed::Box, string::ToString};
7
8
+// reexport for consumers
9
+pub use lalrpop_util::ParseError;
10
+
11
12
pub use self::grammar::LogicParser;
13
0 commit comments