aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/default/init.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/tool/compiler/default/init.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/tool/compiler/default/init.lux b/stdlib/source/lux/tool/compiler/default/init.lux
index 41ecc851a..0958c3b01 100644
--- a/stdlib/source/lux/tool/compiler/default/init.lux
+++ b/stdlib/source/lux/tool/compiler/default/init.lux
@@ -18,13 +18,13 @@
["." evaluation]
["/." // (#+ Instancer)
["." analysis]
+ ["." synthesis]
["." host]
["." phase
[macro (#+ Expander)]
[".P" analysis
["." module]]
- ["." synthesis
- [".S" expression]]
+ [".P" synthesis]
["." translation]
["." statement
[".S" total]]
@@ -84,7 +84,7 @@
{#statement.analysis {#statement.state analysis-state
#statement.phase (analysisP.phase expander)}
#statement.synthesis {#statement.state synthesis-state
- #statement.phase expressionS.phase}
+ #statement.phase synthesisP.phase}
#statement.translation {#statement.state translation-state
#statement.phase translate}}]))