aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2019-04-11 22:30:05 -0400
committerEduardo Julian2019-04-11 22:30:05 -0400
commitf2937706edb6887c5eb1a6a0b6668b1334f5ef3b (patch)
treee2c3b657aaa39b61ff0746fa0f59416514f87206 /new-luxc/project.clj
parent6c3e9f8c02ce153380392ba5bc8eeb517de5f781 (diff)
WIP: Lua compiler.
Diffstat (limited to '')
-rw-r--r--new-luxc/project.clj4
1 files changed, 0 insertions, 4 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index 5017e821d..91b6efdb5 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -23,10 +23,6 @@
:dependencies [;; JVM Bytecode
[org.ow2.asm/asm-all "5.0.3"]
- ;; ;; Lua
- ;; [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
- ;; [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
- ;; [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
;; ;; Scheme
;; [kawa-scheme/kawa-core "2.4"]
;; ;; Common Lisp