Implement closures #4

Merged
aDot merged 4 commits from closure into trunk 2022-01-01 13:24:18 +00:00

4 Commits (trunk)

Author SHA1 Message Date
Alona EM a7e44f432c /src/test/run-pass$ ~/pres/racket/bin/raco fmt -i **/*.scm 2021-12-29 02:32:43 +00:00
Alona EM 2338430e0a Many closure tests, mainly from lox 2021-12-29 02:09:51 +00:00
Alona EM 03fd228c9b Implement mutablility
We'll need it eventually, and it lets me steal lox tests
2021-12-29 02:09:34 +00:00
Alona EM bc00dbe69e Implement closures
What a pain.

Next steps: More happy path tests, then large values/mutabilty, then redo in bytecode.
2021-12-28 01:42:17 +00:00