aboutsummaryrefslogtreecommitdiff
path: root/lux-cl/source/program.lux
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-cl/source/program.lux
parent0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (diff)
Extensible import syntax [Part 4]
Diffstat (limited to 'lux-cl/source/program.lux')
-rw-r--r--lux-cl/source/program.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux
index 6bad6678f..7604cdf29 100644
--- a/lux-cl/source/program.lux
+++ b/lux-cl/source/program.lux
@@ -1,5 +1,5 @@
(.using
- [lux (.full)
+ [lux (.except)
[program (.only program:)]
["[0]" ffi]
["[0]" debug]
@@ -25,7 +25,7 @@
[number (.only hex)
["n" nat]
["[0]" i64]]]
- ["[0]" world "_"
+ ["[0]" world
["[0]" file]
["[1]/[0]" program]]
["@" target
@@ -45,9 +45,9 @@
[phase
["[0]" extension (.only Extender Handler)
["[1]/[0]" bundle]
- ["[0]" analysis "_"
+ ["[0]" analysis
["[1]" common_lisp]]
- ["[0]" generation "_"
+ ["[0]" generation
["[1]" common_lisp]]]
[generation
["[0]" reference]
@@ -56,7 +56,7 @@
[default
["[0]" platform (.only Platform)]]
[meta
- ["[0]" packager "_"
+ ["[0]" packager
["[1]" script]]]]]]
[program
["/" compositor