aboutsummaryrefslogtreecommitdiff
path: root/compilers.md
diff options
context:
space:
mode:
authorEduardo Julian2021-05-25 01:55:09 -0400
committerEduardo Julian2021-05-25 01:55:09 -0400
commit2df8e4bc8c53a831f3cd8605707ca08d66cecb02 (patch)
tree839af4a3c1b2c1629946111d58373946d367becc /compilers.md
parentf01e246f468c948d41423248809443570f48c7a4 (diff)
Updates for Common-Lisp compiler.
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