changed readme
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
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.
|
|
||||||
|
> [!CAUTION]
|
||||||
|
> not meant to be used by others but rather as a fun personal project.
|
||||||
|
|
||||||
|
simple interpreter for a non-existent language written in pure C.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
```
|
```
|
||||||
bash
|
|
||||||
cc -o builder nob.c
|
cc -o builder nob.c
|
||||||
./builder
|
./builder
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user