From 69edb6de2ecf62881bcde1b8013c98450a6a52bc Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 26 Feb 2021 02:34:17 -0400 Subject: Got JRuby to cooperate. --- compilers.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'compilers.md') diff --git a/compilers.md b/compilers.md index 5aabf4445..0bea1a06c 100644 --- a/compilers.md +++ b/compilers.md @@ -260,7 +260,10 @@ cd ~/lux/lux-ruby/ \ ## Try ``` -cd ~/lux/lux-ruby/ && java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux +## Compile Lux's Standard Library's tests using a JVM-based compiler. +cd ~/lux/stdlib/ \ +&& lein clean \ +&& time java -jar ~/lux/lux-ruby/jvm_based_compiler.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux ``` --- -- cgit v1.2.3