justinpombrio / synless

Synless is a language-agnostic tree editor.
20 stars 2 forks source link

Use `partial-pretty-printer` crate instead of `pretty` module in `frontends` and `language` #76

Closed e-matteson closed 1 year ago

e-matteson commented 1 year ago

The pretty module was deleted, so now things don't build. The frontends, language, demo, and editor modules all need to be updated.