From b14f95ca68887d9e6cea211b47e04e5ec00c05fa Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 13 Mar 2018 23:28:19 -0400 Subject: - Initial Ruby back-end implementation. --- new-luxc/project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'new-luxc/project.clj') diff --git a/new-luxc/project.clj b/new-luxc/project.clj index 1ada593e5..b35dc7c1a 100644 --- a/new-luxc/project.clj +++ b/new-luxc/project.clj @@ -19,7 +19,8 @@ :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"]] + [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"] + [org.jruby/jruby-complete "9.1.16.0"]] :source-paths ["source"] :test-paths ["test"] -- cgit v1.2.3