alcides / aeon

Aeon programming language
https://alcides.github.io/aeon/
8 stars 3 forks source link

Aeon formatter #33

Open alcides opened 6 months ago

alcides commented 6 months ago

Just like go has gofmt, and other languages have the equivalent, we want an option in the aeon compiler that automatically formats sugar files.

To implement:

A pretty good resource for this is Phillip Wadler's Prettier Pretty Printer and its several implementations on Github.