aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-04 12:49:52 -0400
committerEduardo Julian2021-09-04 12:49:52 -0400
commitfc8bebd3b3c5f050ea92e72eecbd9f6df09f28db (patch)
tree24858adac0e67228620b7e9166e3b7335be9fd5a /lux-jvm/source/program.lux
parent891b1cfc82322f8017f0a4f6b707d6fe52024545 (diff)
De-taggification | part 2
Diffstat (limited to 'lux-jvm/source/program.lux')
-rw-r--r--lux-jvm/source/program.lux48
1 files changed, 24 insertions, 24 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux
index 304e2195f..6a908d1b1 100644
--- a/lux-jvm/source/program.lux
+++ b/lux-jvm/source/program.lux
@@ -1,58 +1,58 @@
(.module:
[library
- [lux (#- Definition)
- [program (#+ program:)]
+ [lux {"-" [Definition]}
+ [program {"+" [program:]}]
["@" target]
- ["." ffi (#+ import:)]
+ ["." ffi {"+" [import:]}]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
- ["." io (#+ IO)]
- ["." try (#+ Try)]
+ ["." io {"+" [IO]}]
+ ["." try {"+" [Try]}]
[concurrency
- ["." async (#+ Async)]]]
+ ["." async {"+" [Async]}]]]
[data
["." product]
[text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
- [array (#+ Array)]
+ [array {"+" [Array]}]
["." dictionary]]]
- ["." world #_
+ ["." world "_"
["." file]
["#/." program]]
[target
- ["." jvm #_
- [bytecode (#+ Bytecode)]
+ ["." jvm "_"
+ [bytecode {"+" [Bytecode]}]
["#/." type
["#/." box]]]]
[tool
[compiler
- [reference (#+)]
+ [reference {"+" []}]
["." phase]
[default
- ["." platform (#+ Platform)]]
+ ["." platform {"+" [Platform]}]]
[meta
- [archive (#+ Archive)]
- ["." packager #_
+ [archive {"+" [Archive]}]
+ ["." packager "_"
["#" jvm]]]
[language
[lux
- ["$" synthesis (#+ Synthesis)]
+ ["$" synthesis {"+" [Synthesis]}]
["." generation]
[analysis
- [macro (#+ Expander)]]
+ [macro {"+" [Expander]}]]
[phase
- [extension (#+ Phase Bundle Operation Handler Extender)
- ["." analysis #_
+ [extension {"+" [Phase Bundle Operation Handler Extender]}
+ ["." analysis "_"
["#" jvm]]
- ... ["." generation #_
+ ... ["." generation "_"
... ["#" jvm]]
- ... ["." directive #_
+ ... ["." directive "_"
... ["#" jvm]]
]
[generation
- ["." jvm #_
+ ["." jvm "_"
["#/." runtime]
... ["#/." host]
]]]]]]]]]
@@ -64,7 +64,7 @@
[lang
[host
["_" jvm]]
- ["." directive #_
+ ["." directive "_"
["#" jvm]]
[translation
["." jvm