This commit is contained in:
tzyvoski
2022-05-21 22:09:10 +02:00
+1 -7
View File
@@ -56,16 +56,10 @@ The interpreter is fully functional, but lots of built-in functions that one wou
## Build
To build it, just run:
```sh
$ ./build.sh
$ make
```
it will create a `build` folder where the interpreter's executable will be generated.
You may need to give executable permissions to the script. You can do so with by running:
```sh
$ chmod +x build.sh
```
## Usage
You can run files by doing:
```sh