diff options
Diffstat (limited to 'lux-php')
-rw-r--r-- | lux-php/source/program.lux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index 5ad4f2404..0509d8b36 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -1,5 +1,5 @@ (.using - [lux (.full) + [lux (.except) [program (.only program:)] ["[0]" ffi] ["[0]" debug] @@ -26,7 +26,7 @@ [number (.only hex) ["n" nat] ["[0]" i64]]] - ["[0]" world "_" + ["[0]" world ["[0]" file] ["[1]/[0]" program]] ["@" target @@ -46,9 +46,9 @@ [phase ["[0]" extension (.only Extender Handler) ["[1]/[0]" bundle] - ["[0]" analysis "_" + ["[0]" analysis ["[1]" php]] - ["[0]" generation "_" + ["[0]" generation ["[1]" php]]] [generation ["[0]" reference] @@ -57,7 +57,7 @@ [default ["[0]" platform (.only Platform)]] [meta - ["[0]" packager "_" + ["[0]" packager ["[1]" script]]]]]] [program ["/" compositor |