This is a toy lisp project. The goal of this project is
- To learn programming in rust
- Implement a simple lisp from scratch
- Understand how to use parser combinators.
This project was implemented when I was reading Build Your Own Lisp (http://www.buildyourownlisp.com/).