aboutsummaryrefslogtreecommitdiff
path: root/lux-python/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/source/program.lux')
-rw-r--r--lux-python/source/program.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 8a995be27..aac58040c 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -42,7 +42,7 @@
[language
[lux
[program (.only Program)]
- [generation (.only Host)]
+ [translation (.only Host)]
["[0]" synthesis]
[analysis
[macro (.only Expander)]]
@@ -51,9 +51,9 @@
["[1]/[0]" bundle]
["[0]" analysis
["[1]" python]]
- ["[0]" generation
+ ["[0]" translation
["[1]" python]]]
- [generation
+ [translation
["[0]" reference]
["[0]" python (.only)
["[0]" runtime]
@@ -534,8 +534,8 @@
[host ..host]
(in [platform.#file_system (file.async file.default)
platform.#host host
- platform.#phase python.generate
- platform.#runtime runtime.generate
+ platform.#phase python.translate
+ platform.#runtime runtime.translate
platform.#phase_wrapper ..phase_wrapper
platform.#write (|>> _.code (at utf8.codec encoded))])))
@@ -587,7 +587,7 @@
..expander
analysis.bundle
..platform
- generation.bundle
+ translation.bundle
extension/bundle.empty
..lux_program
(reference.constant python/reference.system)