aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-12-30 01:43:41 -0400
committerEduardo Julian2019-12-30 01:43:41 -0400
commitd6c28549555e4cd9084785dd9c8254ca9360ed9e (patch)
treed2aef81c63c6a06c2389183a4e744c0eaddc4c2e /new-luxc/source/program.lux
parent647d18fde762b0797b5b31b69421d50ed326dcc5 (diff)
Re-organized macro-expansion machinery.
Diffstat (limited to 'new-luxc/source/program.lux')
-rw-r--r--new-luxc/source/program.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index 507073ead..1eb7fe2fc 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -24,8 +24,9 @@
[bytecode (#+ Bytecode)]]]
[tool
[compiler
+ [analysis
+ ["." macro (#+ Expander)]]
[phase
- ["." macro (#+ Expander)]
[extension (#+ Phase Bundle Operation Handler Extender)
["." analysis #_
["#" jvm]]