diff options
Diffstat (limited to 'lux-cl')
-rw-r--r-- | lux-cl/source/program.lux | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux index 502f0d329..4377dcc45 100644 --- a/lux-cl/source/program.lux +++ b/lux-cl/source/program.lux @@ -38,7 +38,7 @@ [language [lux [program (.only Program)] - [generation (.only Context Host)] + [translation (.only Context Host)] ["[0]" synthesis] [analysis [macro (.only Expander)]] @@ -47,9 +47,9 @@ ["[1]/[0]" bundle] ["[0]" analysis ["[1]" common_lisp]] - ["[0]" generation + ["[0]" translation ["[1]" common_lisp]]] - [generation + [translation ["[0]" reference] ["[0]" common_lisp ["[0]" runtime]]]]]] @@ -346,8 +346,8 @@ [host ..host] (wrap [platform.#file_system (file.async file.default) platform.#host host - platform.#phase common_lisp.generate - platform.#runtime runtime.generate + platform.#phase common_lisp.translate + platform.#runtime runtime.translate platform.#write (|>> _.code (at encoding.utf8 encoded))]))) (def get_ecl_cli_inputs @@ -424,7 +424,7 @@ ..expander analysis.bundle (io.io platform) - generation.bundle + translation.bundle extension/bundle.empty ..program [(And _.Tag Register) (type_literal (_.Expression Any)) (type_literal (_.Expression Any))] |