aboutsummaryrefslogtreecommitdiff
path: root/lux-php/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-php/source/program.lux')
-rw-r--r--lux-php/source/program.lux44
1 files changed, 22 insertions, 22 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux
index a756c18a8..6a80b1eae 100644
--- a/lux-php/source/program.lux
+++ b/lux-php/source/program.lux
@@ -1,63 +1,63 @@
(.module:
- [lux #*
- [program (#+ program:)]
+ [lux "*"
+ [program {"+" [program:]}]
["." ffi]
["." debug]
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
- [pipe (#+ exec> case>)]
+ [pipe {"+" [exec> case>]}]
["." maybe]
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
- ["." io (#+ IO io)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
+ ["." io {"+" [IO io]}]
[concurrency
- ["." promise (#+ Promise)]]]
+ ["." promise {"+" [Promise]}]]]
[data
["." text ("#\." hash)
- ["%" format (#+ format)]
+ ["%" format {"+" [format]}]
[encoding
["." utf8]]]
[collection
- ["." array (#+ Array)]]]
+ ["." array {"+" [Array]}]]]
[macro
["." template]]
[math
- [number (#+ hex)
+ [number {"+" [hex]}
["n" nat]
["." i64]]]
- ["." world #_
+ ["." world "_"
["." file]
["#/." program]]
["@" target
["_" php]]
[tool
[compiler
- [phase (#+ Operation Phase)]
+ [phase {"+" [Operation Phase]}]
[reference
- [variable (#+ Register)]]
+ [variable {"+" [Register]}]]
[language
[lux
- [program (#+ Program)]
- [generation (#+ Context Host)]
+ [program {"+" [Program]}]
+ [generation {"+" [Context Host]}]
["." synthesis]
[analysis
- [macro (#+ Expander)]]
+ [macro {"+" [Expander]}]]
[phase
- ["." extension (#+ Extender Handler)
+ ["." extension {"+" [Extender Handler]}
["#/." bundle]
- ["." analysis #_
+ ["." analysis "_"
["#" php]]
- ["." generation #_
+ ["." generation "_"
["#" php]]]
[generation
["." reference]
["." php
["." runtime]]]]]]
[default
- ["." platform (#+ Platform)]]
+ ["." platform {"+" [Platform]}]]
[meta
- ["." packager #_
+ ["." packager "_"
["#" script]]]]]]
[program
["/" compositor