aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/structure.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/translation/jvm/structure.lux')
-rw-r--r--lux-jvm/source/luxc/lang/translation/jvm/structure.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/lux-jvm/source/luxc/lang/translation/jvm/structure.lux b/lux-jvm/source/luxc/lang/translation/jvm/structure.lux
index 76948ca72..109c44b22 100644
--- a/lux-jvm/source/luxc/lang/translation/jvm/structure.lux
+++ b/lux-jvm/source/luxc/lang/translation/jvm/structure.lux
@@ -1,14 +1,14 @@
(.module:
[library
- [lux (#- Type)
- ["." ffi (#+ import:)]
+ [lux {"-" [Type]}
+ ["." ffi {"+" [import:]}]
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
- ["." exception (#+ exception:)]]
+ ["." exception {"+" [exception:]}]]
[data
[text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list]]]
[math
@@ -17,22 +17,22 @@
["i" int]]]
[target
[jvm
- ["." type (#+ Type)
- ["." category (#+ Void Value Return Primitive Object Class Array Var Parameter Method)]
- ["." descriptor (#+ Descriptor)]
- ["." signature (#+ Signature)]]]]
+ ["." type {"+" [Type]}
+ ["." category {"+" [Void Value Return Primitive Object Class Array Var Parameter Method]}]
+ ["." descriptor {"+" [Descriptor]}]
+ ["." signature {"+" [Signature]}]]]]
[tool
[compiler
["." phase]
[meta
- [archive (#+ Archive)]]
+ [archive {"+" [Archive]}]]
[language
[lux
- [synthesis (#+ Synthesis)]]]]]]]
+ [synthesis {"+" [Synthesis]}]]]]]]]
[luxc
[lang
[host
- [jvm (#+ Inst Operation Phase Generator)
+ [jvm {"+" [Inst Operation Phase Generator]}
["_" inst]]]]]
["." //
["#." runtime]])