diff options
author | Eduardo Julian | 2019-03-03 02:38:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-03-03 02:38:11 -0400 |
commit | 539ad81bbb9034e41e6ca8f5445a9dd239c60be1 (patch) | |
tree | 0bf0a4a2189254a49212a7b5dd6dd6531d8071e7 /stdlib/source/lux/tool/compiler/default/evaluation.lux | |
parent | 56219b002c43690e74e3e0c88fed32143dcc7e28 (diff) |
Macros are used for analysis and statements, so they shouldn't belong to analysis.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/default/evaluation.lux')
-rw-r--r-- | stdlib/source/lux/tool/compiler/default/evaluation.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/tool/compiler/default/evaluation.lux b/stdlib/source/lux/tool/compiler/default/evaluation.lux index 98da861d7..3310a1fd1 100644 --- a/stdlib/source/lux/tool/compiler/default/evaluation.lux +++ b/stdlib/source/lux/tool/compiler/default/evaluation.lux @@ -8,9 +8,9 @@ format]]] [/// ["." phase + [macro (#+ Expander)] ["." analysis - ["." type] - [macro (#+ Expander)]] + ["." type]] ["." synthesis [".S" expression]] ["." translation] |