aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/interpreter.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-10-29 21:54:10 -0400
committerEduardo Julian2018-10-29 21:54:10 -0400
commit3da30aff80bc8c80e090574887a58c6015ceb694 (patch)
treecc157fb121fd6cfb2559f6dedd0de046566a453a /stdlib/source/lux/platform/interpreter.lux
parent70ffb24d3a0d817080d54e4d3eb4bd49ba18feea (diff)
Extracted "phase" from under "lux/platform/compiler/default".
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/platform/interpreter.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/lux/platform/interpreter.lux b/stdlib/source/lux/platform/interpreter.lux
index 8a6d00578..b73f72bc6 100644
--- a/stdlib/source/lux/platform/interpreter.lux
+++ b/stdlib/source/lux/platform/interpreter.lux
@@ -10,19 +10,19 @@
[type (#+ :share)
["." check]]
[compiler
- ["." cli (#+ Configuration)]
+ ["." phase
+ ["." analysis
+ ["." module]
+ ["." type]]
+ ["." translation]
+ ["." statement (#+ State+ Operation)
+ ["." total]]
+ ["." extension]]
["." default
["." syntax]
["." platform (#+ Platform)]
- ["." init]
- ["." phase
- ["." analysis
- ["." module]
- ["." type]]
- ["." translation]
- ["." statement (#+ State+ Operation)
- ["." total]]
- ["." extension]]]]
+ ["." init]]
+ ["." cli (#+ Configuration)]]
[world
["." file (#+ File)]
["." console (#+ Console)]]]