Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 340 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 340 Bytes

ToyLISP

/:tôy lɪθp/ (a.k.a my LISP, in Vietnamese, not your LISP, not a toy LISP)

ToyLISP is a minimal programming language based on LISP. It's executed using a Stack-based Virtual Machine.

See SPECS.md for more details.

TODO:

  • Parse the code to AST
  • Generate bytecode from the AST
  • Execute the bytecode