Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alxndr/lambdanguage
- Owner: alxndr
- Created: 2024-09-27T04:25:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:02:33.000Z (about 1 month ago)
- Last Synced: 2024-11-28T21:49:01.721Z (24 days ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)!