aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2022-07-08 17:18:30 -0400
committerEduardo Julian2022-07-08 17:18:30 -0400
commit39325bb36c6f6459c861ef12f9e99b9e66b52594 (patch)
tree3ad692ab01ecd355c3e9a657edef209c7617d16c /lux-python
parentcf3ffce3165dcbf741a5f2d6daa1146ad50fd95c (diff)
Moved "lux/static" to "lux/meta/static".
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux22
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]])