From c35a9917954a0024fb19ca3e045b0e56114df455 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 5 Mar 2025 17:48:53 +0200 Subject: Add macros.scm --- atk16_schasm/core.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atk16_schasm/core.scm') diff --git a/atk16_schasm/core.scm b/atk16_schasm/core.scm index 4b33648..d03816c 100644 --- a/atk16_schasm/core.scm +++ b/atk16_schasm/core.scm @@ -5,6 +5,11 @@ ;; Utils +(define-syntax comment + (syntax-rules () + ((_ expr* ...) + (begin)))) + (define-syntax @ (syntax-rules () ((_ fn-body expr ...) -- cgit v1.3