aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/language/lux/analysis/evaluation.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/tool/compiler/language/lux/analysis/evaluation.lux (renamed from stdlib/source/lux/tool/compiler/analysis/evaluation.lux)8
1 files changed, 5 insertions, 3 deletions
diff --git a/stdlib/source/lux/tool/compiler/analysis/evaluation.lux b/stdlib/source/lux/tool/compiler/language/lux/analysis/evaluation.lux
index 08a57bf20..710bb3eb0 100644
--- a/stdlib/source/lux/tool/compiler/analysis/evaluation.lux
+++ b/stdlib/source/lux/tool/compiler/language/lux/analysis/evaluation.lux
@@ -10,13 +10,15 @@
[// (#+ Operation)
[macro (#+ Expander)]
[//
- ["." phase
+ [phase
+ [".P" synthesis]
[".P" analysis
["." type]]
- [".P" synthesis]
[//
["." synthesis]
- ["." generation]]]]])
+ ["." generation]
+ [///
+ ["." phase]]]]]])
(type: #export Eval
(-> Nat Type Code (Operation Any)))