fluent-rs icon indicating copy to clipboard operation
fluent-rs copied to clipboard

feat: Make `fluent_syntax::parser::core::Parser` pub

Open danielrainer opened this issue 1 month ago • 1 comments

This allows creating a simple FTL formatter by parsing and then immediately serializing the parsing result again.

danielrainer avatar Nov 10 '25 17:11 danielrainer

I just played around with this some more and it turns out that with Parser accessible, quite a lot becomes possible. For example, I just built a POC tool for renaming IDs and variables on top of fluent-syntax.

danielrainer avatar Nov 10 '25 18:11 danielrainer