Add compilation instructions to README
This commit is contained in:
parent
237c83f511
commit
1f959551fc
|
@ -23,6 +23,13 @@ OR
|
|||
python3 main.py example.json # Evaluate some code and either print the results or open a REPL
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
```bash
|
||||
python3 compile.py fibb.json # Compile some code to JavaScript
|
||||
python3 compile.py fibb.json | npx uglify-js -c evaluate -m # Compile some code to JavaScript and tidy it up a bit
|
||||
```
|
||||
|
||||
|
||||
## Syntax Rundown
|
||||
|
||||
|
|
Loading…
Reference in a new issue