From 6633cd42f2892ea71530ddeeb93a7e7c0b59faa3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 29 Jun 2021 00:54:13 -0400 Subject: Some updates for the new compilers. --- lux-python/commands.md | 5 ++--- lux-python/source/program.lux | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'lux-python') diff --git a/lux-python/commands.md b/lux-python/commands.md index e01901d6c..40203411d 100644 --- a/lux-python/commands.md +++ b/lux-python/commands.md @@ -28,8 +28,7 @@ cd ~/lux/lux-python/ \ ## Compile Lux's Standard Library's tests using a JVM-based compiler. cd ~/lux/stdlib/ \ && lein clean \ -&& time java -jar ~/lux/lux-python/jvm_based_compiler.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux - -python3 ~/lux/stdlib/target/program.py +&& java -jar ~/lux/lux-python/jvm_based_compiler.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \ +&& python3 ~/lux/stdlib/target/program.py ``` diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 27dc2e66a..0eac5a354 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -354,7 +354,7 @@ ## The first entry in the list will be the program.py file itself ## so, it must be removed so only the program's arguments are left. (_.slice_from (_.int +1)) - runtime.lux//program_args) + runtime.lux::program_args) _.none))))) (for {@.old -- cgit v1.2.3