aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/runtime.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/translation/jvm/runtime.lux')
-rw-r--r--lux-jvm/source/luxc/lang/translation/jvm/runtime.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/lux-jvm/source/luxc/lang/translation/jvm/runtime.lux b/lux-jvm/source/luxc/lang/translation/jvm/runtime.lux
index a9f58e932..a3552e3ba 100644
--- a/lux-jvm/source/luxc/lang/translation/jvm/runtime.lux
+++ b/lux-jvm/source/luxc/lang/translation/jvm/runtime.lux
@@ -1,14 +1,14 @@
(.module:
[library
- [lux (#- Type Label try)
+ [lux {"-" [Type Label try]}
[abstract
- [monad (#+ do)]
+ [monad {"+" [do]}]
["." enum]]
[data
- [binary (#+ Binary)]
+ [binary {"+" [Binary]}]
["." product]
[text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list ("#@." functor)]
["." row]]]
@@ -17,27 +17,27 @@
["n" nat]]]
[target
[jvm
- ["." type (#+ Type)
- ["." category (#+ Void Value' Value Return' Return Primitive Object Class Array Var Parameter Method)]
+ ["." type {"+" [Type]}
+ ["." category {"+" [Void Value' Value Return' Return Primitive Object Class Array Var Parameter Method]}]
["." reflection]]]]
[tool
[compiler
- [arity (#+ Arity)]
+ [arity {"+" [Arity]}]
["." phase]
[language
[lux
["." synthesis]
["." generation]]]
[meta
- [archive (#+ Output)
- ["." artifact (#+ Registry)]]]]]]]
+ [archive {"+" [Output]}
+ ["." artifact {"+" [Registry]}]]]]]]]
[luxc
[lang
[host
- ["$" jvm (#+ Label Inst Def Operation)
+ ["$" jvm {"+" [Label Inst Def Operation]}
["$d" def]
["_" inst]]]]]
- ["." // (#+ ByteCode)])
+ ["." // {"+" [ByteCode]}])
(def: $Text (type.class "java.lang.String" (list)))
(def: .public $Tag type.int)