aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/lua.lux
blob: 492f43b942783339dcd9296404c28b9234eb6c30 (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: #export bundle
  Bundle
  (dictionary.merged /common.bundle
                     /host.bundle))