aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorEduardo Julian2019-04-09 18:59:33 -0400
committerEduardo Julian2019-04-09 18:59:33 -0400
commit6c3e9f8c02ce153380392ba5bc8eeb517de5f781 (patch)
tree758b5cfa843b040421299e8dfcd115ae3b79067d /commands
parent1a8f93c02a68d7b3968916c14155a391871d6340 (diff)
WIP: Ruby compiler.
Diffstat (limited to 'commands')
-rw-r--r--commands10
1 files changed, 10 insertions, 0 deletions
diff --git a/commands b/commands
index 097e22da6..1d327f3b6 100644
--- a/commands
+++ b/commands
@@ -55,6 +55,16 @@ cd ~/lux/lux-python/ && lein clean
# Try
cd ~/lux/lux-python/ && java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+# Ruby compiler
+ # Test
+ cd ~/lux/lux-ruby/ && lein_2_7_1 lux auto test
+ cd ~/lux/lux-ruby/ && lein clean && lein_2_7_1 lux auto test
+ # Build
+ cd ~/lux/lux-ruby/ && lein_2_7_1 lux auto build
+ cd ~/lux/lux-ruby/ && lein clean && lein_2_7_1 lux auto build
+ # Try
+ cd ~/lux/lux-ruby/ && java -jar target/program.jar build --source ~/lux/stdlib/source --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