Skip to content

New auto-formatter

Compare
Choose a tag to compare
@rahularya50 rahularya50 released this 08 Apr 07:08
· 24 commits to ide-master since this release
1de35a0
Rewritten formatting (#144)

* Began working on the rewritten formatter.

* Implemented first prototype. Most special forms aren't done yet, nor is the cost heuristic.

* Implemented all special forms.

* Updated the cost function.

* Cleaned up code a bit.

* Fixed bug.

* Improved comment handling