LISP written in Rust
Find a file
Roman Godmaire 5669a04db0 feat: return errors on bad operations
The vast majority of these will turn into parse time type checks
2024-05-10 19:23:48 -04:00
mute-interpreter feat: return errors on bad operations 2024-05-10 19:23:48 -04:00
mute-parser feat: error node 2024-05-10 18:54:18 -04:00
src refactor: split parser and interpreter into separate crates 2024-05-06 21:51:22 -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 refactor: split parser and interpreter into separate crates 2024-05-06 21:51:22 -04:00
Cargo.toml refactor: split parser and interpreter into separate crates 2024-05-06 21:51:22 -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