aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/php/reference.lux
blob: 77b9bec74a260bc74d7efd8d1cc8af8d2abd6c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
(.module:
  [lux #*
   [target
    ["_" php (#+ Expression)]]]
  [//
   [//
    ["." reference]]])

(def: #export system
  (reference.system (: (-> Text (Expression Any)) _.global)
                    (: (-> Text (Expression Any)) _.var)))