aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/commands.md b/commands.md
index 43d5838a8..64d877e19 100644
--- a/commands.md
+++ b/commands.md
@@ -23,6 +23,14 @@ cd ~/lux/lux-scheme/ && lein clean
---
+# Read generated bytecode
+
+```
+cd ~/lux/luxc/jbe/ && ./jbe.sh
+```
+
+---
+
# Old compiler
## Build & install
@@ -288,5 +296,7 @@ cd ~/lux/new-luxc/ && java -jar target/program.jar repl --source ~/lux/stdlib/so
```
cd ~/lux/new-luxc/ && time java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+
+cd ~/lux/stdlib/target/ && java -jar program.jar
```