aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux')
-rw-r--r--lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux38
1 files changed, 19 insertions, 19 deletions
diff --git a/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux b/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux
index 0b3a0f9fd..16ef783f2 100644
--- a/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux
+++ b/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux
@@ -1,23 +1,23 @@
(.module:
[library
- [lux (#- Type Label primitive int char type)
- [ffi (#+ import:)]
+ [lux {"-" [Type Label primitive int char type]}
+ [ffi {"+" [import:]}]
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
["." maybe ("#\." functor)]
- ["." exception (#+ exception:)]
+ ["." exception {"+" [exception:]}]
["." function]
["<>" parser ("#\." monad)
["<.>" text]
- ["<.>" synthesis (#+ Parser)]]]
+ ["<.>" synthesis {"+" [Parser]}]]]
[data
["." product]
["." text ("#\." equivalence)
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list ("#\." monad mix)]
- ["." dictionary (#+ Dictionary)]
+ ["." dictionary {"+" [Dictionary]}]
["." set]]]
[macro
["." template]]
@@ -26,8 +26,8 @@
["n" nat]]]
[target
[jvm
- ["." type (#+ Type Typed Argument)
- ["." category (#+ Void Value Return Primitive Object Class Array Var Parameter Method)]
+ ["." type {"+" [Type Typed Argument]}
+ ["." category {"+" [Void Value Return Primitive Object Class Array Var Parameter Method]}]
["." box]
["." reflection]
["." signature]
@@ -36,19 +36,19 @@
[tool
[compiler
["." phase ("#\." monad)]
- [reference (#+)
- ["." variable (#+ Variable Register)]]
+ [reference {"+" []}
+ ["." variable {"+" [Variable Register]}]]
[meta
- [archive (#+ Archive)]]
+ [archive {"+" [Archive]}]]
[language
[lux
- [analysis (#+ Environment)]
- ["." synthesis (#+ Synthesis Path %synthesis)]
+ [analysis {"+" [Environment]}]
+ ["." synthesis {"+" [Synthesis Path %synthesis]}]
["." generation]
[phase
[generation
- [extension (#+ Nullary Unary Binary
- nullary unary binary)]]
+ [extension {"+" [Nullary Unary Binary
+ nullary unary binary]}]]
[analysis
[".A" reference]]
["." extension
@@ -58,11 +58,11 @@
[luxc
[lang
[host
- ["$" jvm (#+ Label Inst Def Handler Bundle Operation Phase)
+ ["$" jvm {"+" [Label Inst Def Handler Bundle Operation Phase]}
["_" inst]
["_." def]]]]]
- ["." // #_
- [common (#+ custom)]
+ ["." // "_"
+ [common {"+" [custom]}]
["/#" //
["#." reference]
["#." function]]])