aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/generation/python/reference.lux
blob: b53b3ff9d5e88736d153bd07f906b4fb9c862651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(.module:
  [library
   [lux #*
    [target
     ["_" python (#+ Expression)]]]]
  [///
   [reference (#+ System)]])

(implementation: .public system
  (System (Expression Any))

  (def: constant _.var)
  (def: variable _.var))