aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-12-01 11:00:44 -0400
committerEduardo Julian2016-12-01 11:00:44 -0400
commit7f66c54f4c9753b94dbf46ec50b8b16549daf324 (patch)
tree1b5b896cfba870a66a99a03315b09df842eb5737 /luxc/src/lux.clj
parent9c30546af022f8fe36b73e7e93414257ff28ee75 (diff)
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen plugin's and the Emacs mode's into a big monorepo, to keep development unified.
Diffstat (limited to '')
-rw-r--r--luxc/src/lux.clj (renamed from src/lux.clj)14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lux.clj b/luxc/src/lux.clj
index e6fc3f4cc..4f73f79e0 100644
--- a/src/lux.clj
+++ b/luxc/src/lux.clj
@@ -36,3 +36,17 @@
_
(println "Can't understand command.")))
+
+(comment
+ (-main "release" "tests"
+ "/home/eduardoejp/workspace/projects/lux-stdlib/resources"
+ (str "/home/eduardoejp/workspace/projects/lux-stdlib/source" unit-separator
+ "/home/eduardoejp/workspace/projects/lux-stdlib/test")
+ "/home/eduardoejp/workspace/projects/lux/target/jvm")
+
+ (-main "release" "tests"
+ "/home/eduardoejp/workspace/projects/lux-stdlib/resources"
+ (str "/home/eduardoejp/workspace/projects/lux-stdlib/source" unit-separator
+ "/home/eduardoejp/workspace/projects/lux-stdlib/test")
+ "/home/eduardoejp/workspace/projects/lux-stdlib/target/jvm")
+ )