aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorEduardo Julian2019-03-26 21:23:30 -0400
committerEduardo Julian2019-03-26 21:23:30 -0400
commit8df108600f6791237d0079af6b582e6cb306906d (patch)
treed47d2d0d8cccb58b2baa758057670c35123a187e /commands
parente76fd0e68475f65e75c1339cfcef6a8114707472 (diff)
Got the Python compiler running.
Diffstat (limited to 'commands')
-rw-r--r--commands10
1 files changed, 10 insertions, 0 deletions
diff --git a/commands b/commands
index 1717697bf..9350bdf6e 100644
--- a/commands
+++ b/commands
@@ -35,6 +35,16 @@
# Try
cd ~/lux/lux-js/ && java -jar target/program.jar build --source ~/lux/stdlib/source --source ~/lux/stdlib/test --target ~/lux/stdlib/target --module test/lux
+# Python compiler
+ # Test
+ cd ~/lux/lux-python/ && lein_2_7_1 lux auto test
+ cd ~/lux/lux-python/ && lein clean && lein_2_7_1 lux auto test
+ # Build
+ cd ~/lux/lux-python/ && lein_2_7_1 lux auto build
+ cd ~/lux/lux-python/ && lein clean && lein_2_7_1 lux auto build
+ # Try
+ cd ~/lux/lux-python/ && java -jar target/program.jar build --source ~/lux/stdlib/source --source ~/lux/stdlib/test --target ~/lux/stdlib/target --module test/lux
+
# Run compiler test suite
cd ~/lux/new-luxc/ && lein_2_7_1 lux auto test
cd ~/lux/new-luxc/ && lein clean && lein_2_7_1 lux auto test