diff options
author | Eduardo Julian | 2018-07-21 02:10:54 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-21 02:10:54 -0400 |
commit | 660c7fe6af927c6e668a86e44fd2f0a9b1fb8b8b (patch) | |
tree | 3110462b0bca61fd2f9082b1c352bd5346b11662 /stdlib/source/lux/compiler/default/phase/synthesis.lux | |
parent | 76e97634aaab09c89a895a6f6e863d10479821d1 (diff) |
- Re-named "Compiler" to "Phase".
- Re-structured the compiler infrastructure.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/compiler/default/phase/synthesis.lux (renamed from stdlib/source/lux/language/compiler/synthesis.lux) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/language/compiler/synthesis.lux b/stdlib/source/lux/compiler/default/phase/synthesis.lux index 8dd99986b..8deb48ba8 100644 --- a/stdlib/source/lux/language/compiler/synthesis.lux +++ b/stdlib/source/lux/compiler/default/phase/synthesis.lux @@ -101,8 +101,8 @@ (type: #export Operation (extension.Operation ..State Analysis Synthesis)) -(type: #export Compiler - (extension.Compiler ..State Analysis Synthesis)) +(type: #export Phase + (extension.Phase ..State Analysis Synthesis)) (type: #export Path (Path' Synthesis)) |