aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-06-24 03:42:57 -0400
committerEduardo Julian2021-06-24 03:42:57 -0400
commitce1a7a131f7c4df8eae5c019eba2893b56f04d46 (patch)
tree645c4b42c4b9bff141b7390d9f33f3f1fe4aeea1 /commands.md
parenta82bd1eabe94763162c2b0707d9c198fbe9835e3 (diff)
Added a macro for type-casting JVM objects.
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/commands.md b/commands.md
index fec682c49..89eebb4c2 100644
--- a/commands.md
+++ b/commands.md
@@ -17,22 +17,14 @@ cd ~/lux/lux-python/ && lein clean && \
cd ~/lux/lux-lua/ && lein clean && \
cd ~/lux/lux-ruby/ && lein clean && \
cd ~/lux/lux-php/ && lein clean && \
-cd ~/lux/lux-cl/ && lein clean && \
cd ~/lux/lux-scheme/ && lein clean && \
+cd ~/lux/lux-cl/ && lein clean && \
cd ~/lux/lux-r/ && lein clean
```
---
-# Read generated bytecode
-
-```
-cd ~/lux/jbe/bin/ && java ee.ioc.cs.jbe.browser.BrowserApplication
-```
-
----
-
# Old/bootstrapping compiler
## Build & install
@@ -41,7 +33,7 @@ cd ~/lux/jbe/bin/ && java ee.ioc.cs.jbe.browser.BrowserApplication
cd ~/lux/lux-bootstrapper/ && lein clean && lein install
```
-## Run JBE
+## Run JBE (Read generated bytecode)
```
cd ~/lux/jbe/bin/ && java ee.ioc.cs.jbe.browser.BrowserApplication