diff --git a/README.md b/README.md index a8c050b..3f9e947 100644 --- a/README.md +++ b/README.md @@ -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