diff options
author | Eduardo Julian | 2019-12-30 01:43:41 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-12-30 01:43:41 -0400 |
commit | d6c28549555e4cd9084785dd9c8254ca9360ed9e (patch) | |
tree | d2aef81c63c6a06c2389183a4e744c0eaddc4c2e /stdlib/source/lux/tool/compiler/default/platform.lux | |
parent | 647d18fde762b0797b5b31b69421d50ed326dcc5 (diff) |
Re-organized macro-expansion machinery.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/default/platform.lux')
-rw-r--r-- | stdlib/source/lux/tool/compiler/default/platform.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/tool/compiler/default/platform.lux b/stdlib/source/lux/tool/compiler/default/platform.lux index 753ab8f5c..23b1c5b6c 100644 --- a/stdlib/source/lux/tool/compiler/default/platform.lux +++ b/stdlib/source/lux/tool/compiler/default/platform.lux @@ -20,10 +20,10 @@ ["#." init] ["#." syntax] ["/#" // - ["#." analysis] + ["#." analysis + [macro (#+ Expander)]] ["#." directive] ["#." phase - [macro (#+ Expander)] ## TODO: Get rid of this import ASAP ["." extension (#+ Extender)] ["." generation (#+ Buffer)] |