aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/lua.lux
blob: 55320a5ddf97942cbfca2cccbe171827fce8dc2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(.module:
  [library
   [lux "*"
    [data
     [collection
      ["." dictionary]]]]]
  ["." / "_"
   ["#." common]
   ["#." host]
   [////
    [generation
     [lua
      [runtime {"+" [Bundle]}]]]]])

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