aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_schasm/core.scm
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-03-05 17:48:53 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-03-05 17:49:35 +0200
commitc35a9917954a0024fb19ca3e045b0e56114df455 (patch)
tree1c38cb2628b1732d3588fcd3753a099d90336cf3 /atk16_schasm/core.scm
parent5899f8f02a90a3ba03f7799bcaf87fbb5d2d63f2 (diff)
Add macros.scm
Diffstat (limited to 'atk16_schasm/core.scm')
-rw-r--r--atk16_schasm/core.scm5
1 files changed, 5 insertions, 0 deletions
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 ...)