aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2015-07-26 23:09:47 -0400
committerEduardo Julian2015-07-26 23:09:47 -0400
commit8fb7683f9029127be9cf36336c367813c88f681b (patch)
treef90c677183cb46b04b70550614a78befa44480a4 /source/program.lux
parent9b7cfd6f5bcc93e2f2f0c3129b7ec6d62c69bb37 (diff)
- Changed the name of lux/host/java to lux/host/jvm
- Completed lux/host/jvm - Modified (slightly) the syntax used in several host (JVM) special forms. - The "defsyntax" macro now binds all of the arguments it receives inside a variable named "tokens".
Diffstat (limited to '')
-rw-r--r--source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/program.lux b/source/program.lux
index 18a2a76ab..37391eda9 100644
--- a/source/program.lux
+++ b/source/program.lux
@@ -32,7 +32,7 @@
state
(text #as t #open ("text:" Text/Monoid))
writer)
- (host java)
+ (host jvm)
(meta lux
macro
syntax)