aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/common_lisp/host.lux
blob: 987668fa2fdb1bbe030830c732aa273557312f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(.require
 [library
  [lux (.except)]]
 [////
  ["/" bundle]
  [//
   [generation
    [common_lisp
     [runtime (.only Bundle)]]]]])

(def .public bundle
  Bundle
  (<| (/.prefix "common_lisp")
      (|> /.empty
          )))