Skip to content

Commit cf712bc

Browse files
author
Daniel Rainer
committed
feat: Make fluent_syntax::parser::core::Parser pub
This allows creating a simple FTL formatter by parsing and then immediately serializing the parsing result again.
1 parent e0b4435 commit cf712bc

File tree

1 file changed

+1
-0
lines changed
  • fluent-syntax/src/parser

1 file changed

+1
-0
lines changed

fluent-syntax/src/parser/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ mod runtime;
7878
mod slice;
7979

8080
use crate::ast;
81+
pub use core::Parser;
8182
pub use errors::{ErrorKind, ParserError};
8283
pub(crate) use slice::matches_fluent_ws;
8384
pub use slice::Slice;

0 commit comments

Comments
 (0)