aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2021-09-16 20:16:22 -0400
committerEduardo Julian2021-09-16 20:16:22 -0400
commit5fdf2b62f1f97026f76c0336a225f8b510762b46 (patch)
treea99981218cf4c1f80fa49464919915c1727b0444 /lux-python
parentdf7321119283f4edd00e159ba619696f1c07161a (diff)
Adapted Lua, Python and Ruby compilers to the new variant format.
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index ccf478053..5383c1b0d 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -290,9 +290,9 @@
output)))]
(: (Host (_.Expression Any) (_.Statement Any))
(implementation
- (def: evaluate! evaluate!)
- (def: execute! execute!)
- (def: (define! context custom input)
+ (def: evaluate evaluate!)
+ (def: execute execute!)
+ (def: (define context custom input)
(let [global (maybe.else (reference.artifact context)
custom)
@global (_.var global)]