diff options
author | Eduardo Julian | 2022-06-03 20:02:46 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-03 20:02:46 -0400 |
commit | 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (patch) | |
tree | 9dde4f6cb8f16829b2fa43fbccffaa1b3e2659bd /lux-ruby | |
parent | 0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 (diff) |
Extensible import syntax [Part 4]
Diffstat (limited to 'lux-ruby')
-rw-r--r-- | lux-ruby/source/program.lux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index 4c3388705..3a596932b 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -1,6 +1,6 @@ (.using [library - [lux (.full) + [lux (.except) [program (.only program:)] ["[0]" debug] ["[0]" ffi (.only import:)] @@ -34,7 +34,7 @@ ["n" nat] ["i" int] ["[0]" i64]]] - ["[0]" world "_" + ["[0]" world ["[0]" file] ["[1]/[0]" program]] ["@" target @@ -54,9 +54,9 @@ [phase ["[0]" extension (.only Extender Handler) ["[1]/[0]" bundle] - ["[0]" analysis "_" + ["[0]" analysis ["[1]" ruby]] - ["[0]" generation "_" + ["[0]" generation ["[1]" ruby]]] [generation ["[0]" reference] @@ -68,7 +68,7 @@ [archive (.only Archive)] ["[0]" context] ["[0]" cli] - ["[0]" packager "_" + ["[0]" packager ["[1]" ruby]]]]]]] [program ["/" compositor]]) |