From 37b94ba49afb272c63ec66e42d56b8fba35cea9f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 15 Nov 2017 23:40:46 -0400 Subject: - Moved "luxc/lang/host/macro" to "luxc/lang/macro". --- new-luxc/source/luxc/lang/translation.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'new-luxc/source/luxc/lang/translation.lux') diff --git a/new-luxc/source/luxc/lang/translation.lux b/new-luxc/source/luxc/lang/translation.lux index 9b59e5341..dd84ad024 100644 --- a/new-luxc/source/luxc/lang/translation.lux +++ b/new-luxc/source/luxc/lang/translation.lux @@ -17,8 +17,8 @@ ["&;" io] (lang [";L" module] [";L" host] - (host [";H" macro] - ["$" jvm]) + [";L" macro] + (host ["$" jvm]) (analysis [";A" expression] [";A" common]) (synthesis [";S" expression]) @@ -90,7 +90,7 @@ (if (macro;macro? def-anns) (do @ [expansion (function [compiler] - (case (macroH;expand (:! Macro def-value) args compiler) + (case (macroL;expand (:! Macro def-value) args compiler) (#e;Success [compiler' output]) (#e;Success [compiler' output]) -- cgit v1.2.3