Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 i

bun 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.