LISP written in Rust
Find a file
Roman Godmaire 30ebafb89d fix: support if without else
If statements without an else should evaluate to nil if the condition is
not valid.  These are mainly used for side effects, but sometimes you
might want a value.
2024-05-04 17:43:38 -04:00
src fix: support if without else 2024-05-04 17:43:38 -04:00
.gitignore refactor: prep for switching to Node in evaluator 2024-05-04 08:08:37 -04:00
Cargo.lock chore: rename to mute 2024-03-09 07:55:17 -05:00
Cargo.toml chore: rename to mute 2024-03-09 07:55:17 -05:00
devenv.lock refactor: prep for switching to Node in evaluator 2024-05-04 08:08:37 -04:00