Go to file
Alona EM f138d8c66b Merge pull request 'Implement closures' (#4) from closure into trunk
Reviewed-on: #4
2022-01-01 13:24:18 +00:00
src /src/test/run-pass$ ~/pres/racket/bin/raco fmt -i **/*.scm 2021-12-29 02:32:43 +00:00
.gitignore Many more tests 2021-12-27 20:43:12 +00:00
Cargo.lock Basic test harness 2021-12-27 03:35:57 +00:00
Cargo.toml Implement closures 2021-12-28 01:42:17 +00:00
README.md Many closure tests, mainly from lox 2021-12-29 02:09:51 +00:00
build.rs Basic test harness 2021-12-27 03:35:57 +00:00
rust-toolchain Refractor into modules 2021-12-27 22:19:29 +00:00
schemes.md ??? 2021-12-16 18:23:02 +00:00

README.md

Credits

Many of the tests are adapted from craftinginterpriters.