From c412d643a1980f89dd7b8c2e05999ed04e3d6c26 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 18 Feb 2023 22:13:39 +0100 Subject: macros --- app/Code.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Code.hs') diff --git a/app/Code.hs b/app/Code.hs index 709b309..9e1f453 100644 --- a/app/Code.hs +++ b/app/Code.hs @@ -62,6 +62,7 @@ data Interp = , cho :: [Cho] -- remaining choice points , ops :: Ops -- currently defined operators , opstash :: [Ops] -- saved operators + , macrostash :: [(Maybe [Code], Maybe [Code])] -- saved expansion defs (load, query) , strtable :: StrTable -- string table , cmdq :: [(Bool, PAST)] -- isQuery, lexemes } -- cgit v1.2.3