Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxhu08/foolang
🧩 simple programming language to learn how languages work
https://github.com/maxhu08/foolang
Last synced: 23 days ago
JSON representation
🧩 simple programming language to learn how languages work
- Host: GitHub
- URL: https://github.com/maxhu08/foolang
- Owner: maxhu08
- Created: 2024-04-14T17:28:12.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-25T23:40:24.000Z (9 months ago)
- Last Synced: 2024-04-26T03:26:35.991Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foolang
### info
This is a project I'm working on in order to learn to make programming languages and how to learn how they work.
This is a simple interpreted language written typescript I made following this tutorial:
https://www.youtube.com/playlist?list=PL_2VhOvlMk4UHGqYCLWc6GO8FaPl8fQTh
### setup
```bash
bun ibun start
```This project was created using `bun init` in bun v1.1.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.