From 86df87512966e8038d70624ab654262ce14a915c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 12 Jul 2021 00:03:36 -0400 Subject: Better syntax for parallel-hierarchy imports. --- lux-jvm/commands.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lux-jvm') 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/ \ -- cgit v1.2.3