aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/host/jvm.lux')
-rw-r--r--lux-jvm/source/luxc/lang/host/jvm.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/lux-jvm/source/luxc/lang/host/jvm.lux b/lux-jvm/source/luxc/lang/host/jvm.lux
index 8977c374c..600f26dd7 100644
--- a/lux-jvm/source/luxc/lang/host/jvm.lux
+++ b/lux-jvm/source/luxc/lang/host/jvm.lux
@@ -1,32 +1,32 @@
(.module:
[library
- [lux {"-" [Definition Type Label]}
- [ffi {"+" [import:]}]
+ [lux {"-" Definition Type Label}
+ [ffi {"+" import:}]
[abstract
monad]
[control
["<>" parser
["<[0]>" code]]]
[data
- [binary {"+" [Binary]}]
+ [binary {"+" Binary}]
[collection
["[0]" list ("[1]#[0]" monad)]]]
[macro
["[0]" code]
- [syntax {"+" [syntax:]}]]
+ [syntax {"+" syntax:}]]
[target
[jvm
- ["[0]" type {"+" [Type]}
- [category {"+" [Class]}]]]]
+ ["[0]" type {"+" Type}
+ [category {"+" Class}]]]]
[tool
[compiler
[reference
- [variable {"+" [Register]}]]
+ [variable {"+" Register}]]
[language
[lux
["[0]" generation]]]
[meta
- [archive {"+" [Archive]}]]]]]])
+ [archive {"+" Archive}]]]]]])
(import: org/objectweb/asm/MethodVisitor)