From 38bd6f35d81705ab0c04c85601ac5b236b62605a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 6 Mar 2018 01:07:43 -0400 Subject: - Initial Lua backend implementation. --- new-luxc/project.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'new-luxc/project.clj') diff --git a/new-luxc/project.clj b/new-luxc/project.clj index 4ea8de9f6..1ada593e5 100644 --- a/new-luxc/project.clj +++ b/new-luxc/project.clj @@ -16,7 +16,10 @@ :scm {:name "git" :url "https://github.com/LuxLang/lux.git"} - :dependencies [[org.ow2.asm/asm-all "5.0.3"]] + :dependencies [[org.ow2.asm/asm-all "5.0.3"] + [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"] + [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"] + [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]] :source-paths ["source"] :test-paths ["test"] -- cgit v1.2.3