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

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