From 55219078698866155d7d3879f1378f75ba2ba3ee Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 29 Dec 2019 22:41:46 -0400 Subject: FIX the names of function classes are now prefixed with their originating module. --- commands.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'commands.md') 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 ``` -- cgit v1.2.3