aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorEduardo Julian2019-05-01 20:33:42 -0400
committerEduardo Julian2019-05-01 20:33:42 -0400
commitc923517c864dad362ef00ae78b449bb40cc27e84 (patch)
treea758099e76424db4fc8ec8d8cc18a8a699d68d66 /commands
parent0c20f4a8362d42572edecb6ef9844b75c4c859f8 (diff)
The Common Lisp compiler is alive.
Diffstat (limited to '')
-rw-r--r--commands13
1 files changed, 12 insertions, 1 deletions
diff --git a/commands b/commands
index 5e3bcb224..84ccc9cc4 100644
--- a/commands
+++ b/commands
@@ -9,7 +9,8 @@ cd ~/lux/lux-js/ && lein clean && \
cd ~/lux/lux-python/ && lein clean && \
cd ~/lux/lux-lua/ && lein clean && \
cd ~/lux/lux-ruby/ && lein clean && \
-cd ~/lux/lux-php/ && lein clean
+cd ~/lux/lux-php/ && lein clean && \
+cd ~/lux/lux-cl/ && lein clean
# Old Lux compiler
# Re-build and re-install
@@ -88,6 +89,16 @@ cd ~/lux/lux-php/ && lein clean
# Try
cd ~/lux/lux-php/ && java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+# Common Lisp compiler
+ # Test
+ cd ~/lux/lux-cl/ && lein_2_7_1 lux auto test
+ cd ~/lux/lux-cl/ && lein clean && lein_2_7_1 lux auto test
+ # Build
+ cd ~/lux/lux-cl/ && lein_2_7_1 lux auto build
+ cd ~/lux/lux-cl/ && lein clean && lein_2_7_1 lux auto build
+ # Try
+ cd ~/lux/lux-cl/ && 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