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

(implementation: #export system
  (System Expression)

  (def: constant _.global)
  (def: variable _.local))