9 lines
186 B
Markdown
9 lines
186 B
Markdown
simple interpreter for a non-existent language written in pure C. not meant to be used by others but rather as a fun personal project.
|
|
|
|
Usage:
|
|
```
|
|
bash
|
|
cc -o builder nob.c
|
|
./builder
|
|
```
|