googlefonts / fontc

Where in we pursue oxidizing (context: https://github.com/googlefonts/oxidize) fontmake.
Apache License 2.0
85 stars 14 forks source link

[fea-rs] Make parse_string return ParseTree #1125

Closed cmyr closed 1 week ago

cmyr commented 1 week ago

This gives us a simple way to generate an AST, which is potentially useful for things like testing.

(want this for a test for #1121)