2 unstable releases
0.2.0 | Dec 26, 2021 |
---|---|
0.1.0 | Dec 19, 2021 |
#1046 in Programming languages
15KB
419 lines
Rlisp
experimental lisp interpreter in rust
The goal of this project is to learn Rust basics and able to run follwing snippet only.
(let name "Mohsen")
(let marks (4 5 6))
(print name)
(print (+ marks))
Dependencies
~10KB