aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-jvm/source/luxc/lang/host/jvm.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-jvm/source/luxc/lang/host/jvm.lux b/lux-jvm/source/luxc/lang/host/jvm.lux
index 206408ce0..a7eb07777 100644
--- a/lux-jvm/source/luxc/lang/host/jvm.lux
+++ b/lux-jvm/source/luxc/lang/host/jvm.lux
@@ -6,17 +6,17 @@
monad]
[control
["<>" parser
- ["<.>" code]]]
+ ["<[0]>" code]]]
[data
[binary {"+" [Binary]}]
[collection
- ["." list ("#\." monad)]]]
+ ["[0]" list ("[1]\[0]" monad)]]]
[macro
- ["." code]
+ ["[0]" code]
[syntax {"+" [syntax:]}]]
[target
[jvm
- ["." type {"+" [Type]}
+ ["[0]" type {"+" [Type]}
[category {"+" [Class]}]]]]
[tool
[compiler
@@ -24,7 +24,7 @@
[variable {"+" [Register]}]]
[language
[lux
- ["." generation]]]
+ ["[0]" generation]]]
[meta
[archive {"+" [Archive]}]]]]]])
@@ -33,7 +33,7 @@
(import: org/objectweb/asm/ClassWriter)
(import: org/objectweb/asm/Label
- ["#::."
+ ["[1]::[0]"
(new [])])
(type: .public Def