diff --git a/fluent-syntax/src/parser/mod.rs b/fluent-syntax/src/parser/mod.rs index 00230032..7d8f6395 100644 --- a/fluent-syntax/src/parser/mod.rs +++ b/fluent-syntax/src/parser/mod.rs @@ -78,6 +78,7 @@ mod runtime; mod slice; use crate::ast; +pub use core::Parser; pub use errors::{ErrorKind, ParserError}; pub(crate) use slice::matches_fluent_ws; pub use slice::Slice;