Skip to content

Releases: Cal-CS-61A-Staff/scheme_editor

Work with Scheme Project

06 Apr 21:43
Compare
Choose a tag to compare
v1.2.5

Ignore tests.scm in Scheme Project

v1.2.4: Run code before debugging (#163)

16 Nov 04:50
Compare
Choose a tag to compare
* Run code before debugging

* when you forget to check that you can still run code

Minor bugfixes

11 Nov 07:29
Compare
Choose a tag to compare
v1.2.3

Fix inline cond formatting (#164)

Adds load-all builtin

28 Oct 08:27
2f097b9
Compare
Choose a tag to compare
Implement the load-all special form (#159)

* Began working on automatic release generation.

* Implemented the load-all special form

Fixes bug with formatting quoted expressions

29 Apr 00:12
Compare
Choose a tag to compare
v1.2.1

Format multiple prefixes. (#158)

Faster logging

15 Apr 21:09
Compare
Choose a tag to compare
Faster logging (#153)

* Removed StaticNode

* Removed unnecessary function.

* Added time limiter.

* Made some recursive procedures iterative.

* Blanked .scm test file.

* Hopefully made logging faster?

* Made some recursive procedures iterative.

* Small changes.

* fixed

* typo

* fixed to handle dotted lists in output

Fixed bugs with okpy interacting with SchemeErrors, stdout

15 Apr 18:26
Compare
Choose a tag to compare
v1.1.1

Made some recursive procedures iterative. (#156)

New auto-formatter

08 Apr 07:08
1de35a0
Compare
Choose a tag to compare
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

Compatibility with .py test cases

08 Apr 07:06
1de35a0
Compare
Choose a tag to compare
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

Hotfix for the autoformatter

06 Apr 09:37
dd56613
Compare
Choose a tag to compare

Fixes weird edge case in the javastyle formatting mode (#140)