teo3300 6f28ca5df6 Fixed panic with let*
Previously panic occured on a `let*` with an empty body, due to how
`let_star` and `eval` functions interacted:

 - (let* (a 1)) resulted in an index-out-of-bound panic on trying to
 evaluate the empty body of the statement, a simple guard has been
 inserted, I probably can write it a bit better

Signed-off-by: teo3300 <matteo.rogora@live.it>
2023-07-08 12:49:34 +02:00
2023-07-08 12:49:34 +02:00
2023-06-15 17:33:27 +02:00
2023-06-05 23:03:24 +02:00
2023-06-05 23:03:24 +02:00
2023-07-08 12:04:01 +02:00

rust-mal

Trying and implementing mal project from kanaka in Rust

Why

Because I need to improve my knowledge of rust and I also don't know how to use lisp

Description
No description provided
Readme 246 KiB
Languages
Rust 97.5%
Makefile 2.5%