diff options
Diffstat (limited to 'checkman.txr')
-rw-r--r-- | checkman.txr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/checkman.txr b/checkman.txr index 48df2606..13bab474 100644 --- a/checkman.txr +++ b/checkman.txr @@ -122,6 +122,14 @@ @ (throw bad ln `dangling @mac`) @(end) @;; +@;; Check for .meti not wrapped in .mono/onom. +@;; macros. +@;; +@(define check-meti ()) +.meti @(skip) +@ (throw bad ln ".meti not in .mono") +@(end) +@;; @;; Main @;; @(bind errors 0) @@ -142,6 +150,8 @@ @ (check-synb) @ (or) @ (check-spurious) +@ (or) +@ (check-meti) @ (end) @ (catch bad (line msg)) @ (do (inc errors) |