2 unstable releases

0.2.0 Dec 26, 2021
0.1.0 Dec 19, 2021

#56 in #lisp

MIT license

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

~11KB