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.
fluent_syntax::parser::core::Parser
1 parent e0b4435 commit cf712bcCopy full SHA for cf712bc
fluent-syntax/src/parser/mod.rs
@@ -78,6 +78,7 @@ mod runtime;
78
mod slice;
79
80
use crate::ast;
81
+pub use core::Parser;
82
pub use errors::{ErrorKind, ParserError};
83
pub(crate) use slice::matches_fluent_ws;
84
pub use slice::Slice;
0 commit comments