Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 431 Bytes

PLAIScript

GitHub Pages

This is an exercise in progress in building a language with an interpreter, working through PLAI. Instead of doing it in Racket I'm trying to do it in TypeScript, macros and all.

Live site

Development

yarn
yarn dev

Testing

yarn test