diff options
Diffstat (limited to 'lux-python/source')
-rw-r--r-- | lux-python/source/program.lux | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 208a3550a..a14949e61 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -4,7 +4,6 @@ [program (.only program:)] ["[0]" ffi (.only import)] ["[0]" debug] - ["[0]" static] [abstract ["[0]" monad (.only do)]] [control @@ -24,20 +23,18 @@ [collection ["[0]" array (.only Array)] ["[0]" list (.use "[1]#[0]" functor)]]] - [macro - ["^" pattern] - ["[0]" template] - ["[0]" code]] [math [number ["n" nat] ["[0]" i64]]] - ["[0]" world - ["[0]" file] - ["[1]/[0]" program]] - ["@" target (.only) - ["_" python]] [meta + ["[0]" static] + [macro + ["^" pattern] + ["[0]" template] + ["[0]" code]] + ["@" target (.only) + ["_" python]] ["[0]" compiler ["[0]" phase (.only Operation Phase) (.use "[1]#[0]" monad)] [reference @@ -68,7 +65,10 @@ [archive (.only Archive) ["[0]" unit]] ["[0]" packager - ["[1]" script]]]]]]] + ["[1]" script]]]]] + ["[0]" world + ["[0]" file] + ["[1]/[0]" program]]]] [program ["/" compositor]]) |