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/program | |
parent | 647d18fde762b0797b5b31b69421d50ed326dcc5 (diff) |
Re-organized macro-expansion machinery.
Diffstat (limited to 'stdlib/source/program')
-rw-r--r-- | stdlib/source/program/compositor.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 53598f8b5..117e90ac2 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -28,10 +28,10 @@ ["." console]] [tool [compiler - ["." analysis] + ["." analysis + [macro (#+ Expander)]] ["." directive] ["." phase - [macro (#+ Expander)] [extension (#+ Extender)] ["." generation]] [default |