diff options
Diffstat (limited to '')
-rw-r--r-- | lux-ruby/source/program.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index 60bf7c133..275b98791 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -30,14 +30,14 @@ ["i" int] ["[0]" i64]]] [meta - ["@" target (.only) - ["_" ruby]] [macro ["^" pattern] ["[0]" template]] ["[0]" compiler [reference [variable (.only Register)]] + ["@" target (.only) + ["_" ruby]] [language [lux [program (.only Program)] @@ -751,7 +751,7 @@ output)))))] (is (Host _.Expression _.Statement) (implementation - (def (evaluate context [_ code]) + (def (evaluate [_ code]) (run! code)) (def execute run!) |