aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-07-11 01:51:04 -0400
committerEduardo Julian2021-07-11 01:51:04 -0400
commitabe24425ced15fd784ef6c62d6f186af72b491db (patch)
tree42b6e3cbd179c83fae8941fa4b128b13afc766f5 /lux-bootstrapper/commands.md
parent4610968193df10af12c91f699fec39aeb3ef703a (diff)
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Diffstat (limited to 'lux-bootstrapper/commands.md')
-rw-r--r--lux-bootstrapper/commands.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/lux-bootstrapper/commands.md b/lux-bootstrapper/commands.md
new file mode 100644
index 000000000..33fa874ba
--- /dev/null
+++ b/lux-bootstrapper/commands.md
@@ -0,0 +1,17 @@
+# Old/bootstrapping compiler
+
+## Build & install
+
+```
+cd ~/lux/lux-bootstrapper/ \
+&& lein clean \
+&& lein install
+```
+
+## Run JBE (Read generated bytecode)
+
+```
+cd ~/lux/jbe/bin/ \
+&& java ee.ioc.cs.jbe.browser.BrowserApplication
+```
+