Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 414 Bytes

TSLisp

A simple lisp interpreter, written in typescript, and modeled after Common Lisp and Scheme.

The parser and lexer are both custom, and because of the support for first-class macros, most of the central language features can be self-hosted, written in tslisp as a default library instead of written in typescript.