From f6d61f645143631062b69029a507378eb47a32f3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 14 Dec 2017 19:05:15 -0500 Subject: [PATCH] WIP --- tmp-macro-test.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/tmp-macro-test.scm b/tmp-macro-test.scm index eeefbe65..1a9789a2 100644 --- a/tmp-macro-test.scm +++ b/tmp-macro-test.scm @@ -1,3 +1,4 @@ +;; This is a temporary test file (import (scheme base) (scheme write) (scheme eval) (scheme cyclone util)) (define a-env (create-environment '() '()))