aboutsummaryrefslogtreecommitdiff
path: root/lux-scheme
diff options
context:
space:
mode:
authorEduardo Julian2022-11-15 20:07:38 -0400
committerEduardo Julian2022-11-15 20:07:38 -0400
commit91a1f21f3c75750217d272554bc8a341f075f82d (patch)
tree5e745cea303450fa61f931d4a4be6b6fa1e279a2 /lux-scheme
parentd656ef2143151a1d78768df4562e5275dff67b9d (diff)
Now documenting dependers and dependees.
Diffstat (limited to 'lux-scheme')
-rw-r--r--lux-scheme/source/program.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux
index 3af04436f..ebc1fcd69 100644
--- a/lux-scheme/source/program.lux
+++ b/lux-scheme/source/program.lux
@@ -40,7 +40,7 @@
[language
[lux
[program (.only Program)]
- [generation (.only Context Host)]
+ [translation (.only Context Host)]
["[0]" synthesis]
[analysis
[macro (.only Expander)]]
@@ -49,9 +49,9 @@
["[1]/[0]" bundle]
["[0]" analysis
["[1]" scheme]]
- ["[0]" generation
+ ["[0]" translation
["[1]" scheme]]]
- [generation
+ [translation
["[0]" reference]
["[0]" scheme
["[0]" runtime]]]]]]
@@ -409,8 +409,8 @@
[host ..host]
(wrap [platform.#file_system (file.async file.default)
platform.#host host
- platform.#phase scheme.generate
- platform.#runtime runtime.generate
+ platform.#phase scheme.translate
+ platform.#runtime runtime.translate
platform.#write (|>> _.code (at encoding.utf8 encoded))])))
(def (program context program)
@@ -470,7 +470,7 @@
..expander
analysis.bundle
(io.io platform)
- generation.bundle
+ translation.bundle
extension/bundle.empty
..program
[_.Var _.Expression _.Expression]