aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/program.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/tool/compiler/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/tool/compiler/program.lux b/stdlib/source/lux/tool/compiler/program.lux
index 167f64221..265277ac7 100644
--- a/stdlib/source/lux/tool/compiler/program.lux
+++ b/stdlib/source/lux/tool/compiler/program.lux
@@ -15,10 +15,10 @@
["." console]]
[tool
[compiler
+ ["." statement]
[phase
[macro (#+ Expander)]
- ["." translation]
- ["." statement]]
+ ["." translation]]
[default
["." platform (#+ Platform)]
["." syntax]]]