aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/default/platform.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-01-11 02:53:52 -0400
committerEduardo Julian2020-01-11 02:53:52 -0400
commit8ebf2d5b9d368338b2be1fa53042c84a6f8ef682 (patch)
treeeb8e4d21be967507da72fb3cbd49da7d936f93c8 /stdlib/source/lux/tool/compiler/default/platform.lux
parentcf9e65352cb477982754c98fafe0a3a98a42670d (diff)
Re-located code related to Lux's compilation across the different phases.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/default/platform.lux')
-rw-r--r--stdlib/source/lux/tool/compiler/default/platform.lux21
1 files changed, 11 insertions, 10 deletions
diff --git a/stdlib/source/lux/tool/compiler/default/platform.lux b/stdlib/source/lux/tool/compiler/default/platform.lux
index c6df2955e..36fc26363 100644
--- a/stdlib/source/lux/tool/compiler/default/platform.lux
+++ b/stdlib/source/lux/tool/compiler/default/platform.lux
@@ -19,18 +19,19 @@
["." // #_
["#." init]
["/#" //
+ ["#." phase]
[language
[lux
- ["." syntax]]]
- ["#." analysis
- [macro (#+ Expander)]]
- ["#." generation (#+ Buffer)]
- ["#." directive]
- ["#." phase
- ## TODO: Get rid of this import ASAP
- ["." extension (#+ Extender)]
- [analysis
- ["." module]]]
+ ["." syntax]
+ ["#." analysis
+ [macro (#+ Expander)]]
+ ["#." generation (#+ Buffer)]
+ ["#." directive]
+ [phase
+ ## TODO: Get rid of this import ASAP
+ ["." extension (#+ Extender)]
+ [analysis
+ ["." module]]]]]
[meta
["." archive (#+ Archive)
[descriptor (#+ Module)]]