Skip to content

huytd/toylisp

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages