finished base

This commit is contained in:
2025-11-05 23:23:49 +03:00
parent dcd33c9578
commit 1f2cb4be8b
3 changed files with 2 additions and 431 deletions

View File

@@ -2,9 +2,9 @@
> Uninished, Not meant to be used by others. idk if it works on windows.
----------
## Simple Interpreter implemented in C.
## Simple programming language VM implemented in C. (look at examples folder)
Usage:
```
cc -o builder nob.c
./builder
./builder <source file>
```