aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm
diff options
context:
space:
mode:
authorEduardo Julian2022-06-03 20:02:46 -0400
committerEduardo Julian2022-06-03 20:02:46 -0400
commit3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (patch)
tree9dde4f6cb8f16829b2fa43fbccffaa1b3e2659bd /lux-jvm
parent0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (diff)
Extensible import syntax [Part 4]
Diffstat (limited to 'lux-jvm')
-rw-r--r--lux-jvm/source/program.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux
index 980afea58..adcbbfb86 100644
--- a/lux-jvm/source/program.lux
+++ b/lux-jvm/source/program.lux
@@ -17,11 +17,11 @@
["%" format (.only format)]]
[collection
[array (.only Array)]]]
- ["[0]" world "_"
+ ["[0]" world
["[0]" file]
["[1]/[0]" program]]
[target
- ["[0]" jvm "_"
+ ["[0]" jvm
[bytecode (.only Bytecode)]
["[1]/[0]" type
["[1]/[0]" box]]]]
@@ -34,7 +34,7 @@
[archive (.only Archive)]
["[0]" context]
["[0]" cli]
- ["[0]" packager "_"
+ ["[0]" packager
["[1]" jvm]]]
[language
[lux
@@ -43,11 +43,11 @@
[macro (.only Expander)]]
[phase
["[0]" extension
- ["[0]" analysis "_"
+ ["[0]" analysis
["[1]" jvm]]
- ["[0]" generation "_"
+ ["[0]" generation
["[1]" jvm]]
- ["[0]" directive "_"
+ ["[0]" directive
["[1]" jvm]]]
[generation
["/" jvm