aboutsummaryrefslogtreecommitdiff
path: root/compilers.md
diff options
context:
space:
mode:
Diffstat (limited to 'compilers.md')
-rw-r--r--compilers.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/compilers.md b/compilers.md
index 7a9afdc4c..5494eafd4 100644
--- a/compilers.md
+++ b/compilers.md
@@ -1,27 +1,3 @@
-# Common Lisp compiler
-
-## Test
-
-```
-cd ~/lux/lux-cl/ && lein lux auto test
-cd ~/lux/lux-cl/ && lein clean && lein lux auto test
-```
-
-## Build
-
-```
-cd ~/lux/lux-cl/ && lein lux auto build
-cd ~/lux/lux-cl/ && lein clean && lein 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
-```
-
----
-
# R compiler
## Test