LISP written in Rust
Find a file
Roman Godmaire 6c08af02a1 fix: unquote not being truly recursive
Before we were skipping checks for unquotes within specials, which
themselves contain lists.  Quote is still broken, funnily enough.
2024-05-12 15:00:06 -04:00
mute-interpreter fix: unquote not being truly recursive 2024-05-12 15:00:06 -04:00
mute-macros misc: Chesterton's Fence 2024-05-12 08:11:12 -04:00
mute-parser fix: unquote not being truly recursive 2024-05-12 15:00:06 -04:00
src misc: Chesterton's Fence 2024-05-12 08:11:12 -04:00
.envrc misc: devenv 2024-05-10 11:23:38 -04:00
.gitignore refactor: prep for switching to Node in evaluator 2024-05-04 08:08:37 -04:00
Cargo.lock feat: proc macro to write mute in rust 2024-05-11 13:19:58 -04:00
Cargo.toml feat: proc macro to write mute in rust 2024-05-11 13:19:58 -04:00
devenv.lock refactor: prep for switching to Node in evaluator 2024-05-04 08:08:37 -04:00
devenv.nix misc: devenv 2024-05-10 11:23:38 -04:00
devenv.yaml misc: devenv 2024-05-10 11:23:38 -04:00