From 8d4c256f8b56561869c14df02db695d774c74fa6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 24 Oct 2022 19:28:57 -0400 Subject: Minor naming & syntax improvements. --- stdlib/source/library/lux/meta/target/lua.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/library/lux/meta/target/lua.lux') diff --git a/stdlib/source/library/lux/meta/target/lua.lux b/stdlib/source/library/lux/meta/target/lua.lux index 8168b065b..063c0fc4d 100644 --- a/stdlib/source/library/lux/meta/target/lua.lux +++ b/stdlib/source/library/lux/meta/target/lua.lux @@ -25,7 +25,7 @@ [syntax (.only syntax)] ["[0]" template]] [type - [primitive (.except)]]]]]) + ["[0]" primitive (.except def)]]]]]) ... Added the carriage return for better Windows compatibility. (def \n+ @@ -40,7 +40,7 @@ (def input_separator ", ") -(primitive .public (Code brand) +(primitive.def .public (Code brand) Text (def .public equivalence @@ -65,7 +65,7 @@ (with_template [ +] [(with_expansions [ (template.symbol [ "'"])] - (primitive ( brand) Any) + (primitive.def ( brand) Any) (`` (type .public (|> Any (,, (template.spliced +))))))] [Expression [Code]] @@ -76,7 +76,7 @@ (with_template [ +] [(with_expansions [ (template.symbol [ "'"])] - (primitive Any) + (primitive.def Any) (`` (type .public (|> (,, (template.spliced +))))))] [Literal [Computation' Expression' Code]] -- cgit v1.2.3