aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2019-12-29 22:41:46 -0400
committerEduardo Julian2019-12-29 22:41:46 -0400
commit55219078698866155d7d3879f1378f75ba2ba3ee (patch)
tree47db4442c7063d2e234a4cc4f0f49d9792097af4 /commands.md
parent84ea12c2960cc7460de81087a6e53bcc6d37a3d6 (diff)
FIX the names of function classes are now prefixed with their originating module.
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
```