diff options
Diffstat (limited to 'lux-r')
-rw-r--r-- | lux-r/source/program.lux | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux index 098c092b6..2fa7172e4 100644 --- a/lux-r/source/program.lux +++ b/lux-r/source/program.lux @@ -42,7 +42,7 @@ [language [lux [program (.only Program)] - [generation (.only Context Host)] + [translation (.only Context Host)] ["[0]" synthesis] [analysis [macro (.only Expander)]] @@ -51,9 +51,9 @@ ["[1]/[0]" bundle] ["[0]" analysis ["[1]" r]] - ["[0]" generation + ["[0]" translation ["[1]" r]]] - [generation + [translation ["[0]" reference] ["[0]" r ["[0]" runtime]]]]]] @@ -553,8 +553,8 @@ (wrap [interpreter [platform.#file_system (file.async file.default) platform.#host host - platform.#phase r.generate - platform.#runtime runtime.generate + platform.#phase r.translate + platform.#runtime runtime.translate platform.#write (|>> _.code (at utf8.codec encoded))]]))) (def (program context program) @@ -608,7 +608,7 @@ (..expander interpreter) analysis.bundle (io.io platform) - generation.bundle + translation.bundle extension/bundle.empty ..program [_.SVar _.Expression _.Expression] |