aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2015-06-20 20:19:02 -0400
committerEduardo Julian2015-06-20 20:19:02 -0400
commit5e9e876131901204dd34ce1548a4df3cb6cba95f (patch)
tree82bb0f7f20fe13f91f15656ed61f28e585b19ced /source/program.lux
parent082ef348efef7c4f1941c48f94b58e22fea724a4 (diff)
- The directory for source-code is now named "input".
- Implemented module-caching to avoid the waiting too much during program compilation.
Diffstat (limited to '')
-rw-r--r--input/program.lux (renamed from source/program.lux)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/program.lux b/input/program.lux
index 364c57d89..4f329c3fa 100644
--- a/source/program.lux
+++ b/input/program.lux
@@ -11,5 +11,5 @@
(list& x (filter p xs'))
(filter p xs'))))
-(_jvm_program _
+(_jvm_program args
(println "Hello, world!"))