diff options
Diffstat (limited to 'atk16_schasm/core.scm')
| -rw-r--r-- | atk16_schasm/core.scm | 5 |
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 ...) |
