aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/lua/reference.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/lua/reference.lux')
-rw-r--r--stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/lua/reference.lux14
1 files changed, 14 insertions, 0 deletions
diff --git a/stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/lua/reference.lux b/stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/lua/reference.lux
new file mode 100644
index 000000000..f7309bb8c
--- /dev/null
+++ b/stdlib/source/library/lux/meta/compiler/language/lux/phase/translation/lua/reference.lux
@@ -0,0 +1,14 @@
+(.require
+ [library
+ [lux (.except)
+ [meta
+ [target
+ ["_" lua (.only Expression)]]]]]
+ [///
+ [reference (.only System)]])
+
+(def .public system
+ (System Expression)
+ (implementation
+ (def constant' _.var)
+ (def variable' _.var)))