Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 332 Bytes

Lisper

A common lisp implementation in rust.

This is a hobby project. Don't expect to be finished soon.

TODO

  • Parser

    • Custom parser
    • Syntax errors.
    • Tests
  • Interpreter

    • Function/variable dose not exist error.
    • Scope variables and functions.
    • Exception handling.
    • Tests