From ad1391ea1cdd33167339d25dbff2567f5a8d5c68 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 23 Dec 2022 20:58:58 -0400 Subject: Began work on C++ back-end. --- stdlib/source/test/lux/meta/macro.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/test/lux/meta/macro.lux') diff --git a/stdlib/source/test/lux/meta/macro.lux b/stdlib/source/test/lux/meta/macro.lux index e00266211..22b727c45 100644 --- a/stdlib/source/test/lux/meta/macro.lux +++ b/stdlib/source/test/lux/meta/macro.lux @@ -46,8 +46,8 @@ (def !global (template (_ ) - [(is [Text .Global] - [(template.text []) {.#Definition [true .Macro ]}])])) + [(is [Text [Bit .Global]] + [(template.text []) [true {.#Definition [.Macro ]}]])])) (def pow/2 (syntax (_ [number .any]) @@ -87,7 +87,7 @@ .#modules (list [macro_module [.#module_hash 0 .#module_aliases (list) - .#definitions (is (List [Text .Global]) + .#definitions (is (List [Text [Bit .Global]]) (list (!global expansion.log_single!) (!global expansion.log_complete!) (!global expansion.log_total!))) @@ -96,7 +96,7 @@ [current_module [.#module_hash 0 .#module_aliases (list) - .#definitions (is (List [Text .Global]) + .#definitions (is (List [Text [Bit .Global]]) (list (!global ..pow/2) (!global ..pow/4) (!global ..repeated))) -- cgit v1.2.3