aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/php.lux
blob: 4e11b0df92fdde8a3cc2803ea03a289637144ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(.using
 [library
  [lux "*"
   [data
    [collection
     ["[0]" dictionary]]]]]
 ["[0]" / "_"
  ["[1][0]" common]
  ["[1][0]" host]
  [////
   [generation
    [php
     [runtime (.only Bundle)]]]]])

(def: .public bundle
  Bundle
  (dictionary.composite /common.bundle
                        /host.bundle))