aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm
diff options
context:
space:
mode:
authorEduardo Julian2021-07-12 00:03:36 -0400
committerEduardo Julian2021-07-12 00:03:36 -0400
commit86df87512966e8038d70624ab654262ce14a915c (patch)
treee96d6709c04e7f3fc77f9d9912b86ef34e9c7ef7 /lux-jvm
parentabe24425ced15fd784ef6c62d6f186af72b491db (diff)
Better syntax for parallel-hierarchy imports.
Diffstat (limited to 'lux-jvm')
-rw-r--r--lux-jvm/commands.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md
index 325023dd6..2dd7cb2f5 100644
--- a/lux-jvm/commands.md
+++ b/lux-jvm/commands.md
@@ -1,12 +1,10 @@
-# JVM compiler
-
-## Test
+# Test
```
cd ~/lux/lux-jvm/ && lein clean && lein lux auto test
```
-## Build
+# Build
```
## Use bootstrapping compiler to build new JVM compiler
@@ -15,13 +13,13 @@ cd ~/lux/lux-jvm/ \
&& lein lux auto build
```
-## REPL
+# REPL
```
cd ~/lux/lux-jvm/ && java -jar target/program.jar repl --source ~/lux/stdlib/source --target ~/lux/stdlib/target
```
-## Try
+# Try
```
cd ~/lux/lux-jvm/ && time java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
@@ -38,7 +36,7 @@ cd ~/lux/stdlib/ \
&& java -jar ~/lux/stdlib/target/program.jar
```
-## Deploy
+# Deploy
```
cd ~/lux/lux-jvm/ \