aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/source/program.lux')
-rw-r--r--lux-ruby/source/program.lux50
1 files changed, 25 insertions, 25 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index d2b32c0be..8733c42d4 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -1,73 +1,73 @@
(.module:
[library
- [lux #*
- [program (#+ program:)]
+ [lux "*"
+ [program {"+" [program:]}]
["." debug]
- ["." ffi (#+ import:)]
+ ["." ffi {"+" [import:]}]
["." meta]
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
- [pipe (#+ new>)]
+ [pipe {"+" [new>]}]
["." maybe]
- ["." try (#+ Try)]
- ["." exception (#+ exception:)]
- ["." io (#+ IO io)]
+ ["." try {"+" [Try]}]
+ ["." exception {"+" [exception:]}]
+ ["." io {"+" [IO io]}]
["." function]
[concurrency
- ["." async (#+ Async)]]
+ ["." async {"+" [Async]}]]
["<>" parser
["<.>" code]]]
[data
["." text ("#\." hash)
- ["%" format (#+ format)]
+ ["%" format {"+" [format]}]
[encoding
["." utf8]]]
[collection
- ["." array (#+ Array)]
+ ["." array {"+" [Array]}]
["." list]]]
["." macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." template]
["." code]]
[math
- [number (#+ hex)
+ [number {"+" [hex]}
["n" nat]
["i" int]
["." i64]]]
- ["." world #_
+ ["." world "_"
["." file]
["#/." program]]
["@" target
["_" ruby]]
[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 "_"
["#" ruby]]
- ["." generation #_
+ ["." generation "_"
["#" ruby]]]
[generation
["." reference]
["." ruby
["." runtime]]]]]]
[default
- ["." platform (#+ Platform)]]
+ ["." platform {"+" [Platform]}]]
[meta
- [archive (#+ Archive)]
- ["." packager #_
+ [archive {"+" [Archive]}]
+ ["." packager "_"
["#" script]]]]]]]
[program
["/" compositor