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 /new-luxc/source | |
parent | 647d18fde762b0797b5b31b69421d50ed326dcc5 (diff) |
Re-organized macro-expansion machinery.
Diffstat (limited to 'new-luxc/source')
-rw-r--r-- | new-luxc/source/program.lux | 3 |
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]] |