Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alxndr/lambdanguage

implementing a programming language using JS as an interpreter
https://github.com/alxndr/lambdanguage

Last synced: 19 days ago
JSON representation

implementing a programming language using JS as an interpreter

Awesome Lists containing this project

README

        

# λnguage

Implementing a programming language, using TypeScript and some ECMAScript 2022 features.

This is based on [the tutorial on Lisperator.net](https://lisperator.net/pltut/).
Thanks, [Mihai](https://github.com/mishoo)!