blob: a1d03689d15ffd10c079617934ece2dc24f31438 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
|
@(name file)
@
@
@
@(define check-synb ())
.synb
@ (assert bad ln `bad .synb block`)
@ (repeat :gap 0 :mintimes 1)
.mets @(skip)
@ (maybe)
@ (repeat :gap 0 :mintimes 1)
.mets \ \ @(skip)
@ (last :mandatory)
@ (trailer)
.mets @(skip)
@ (end)
@ (end)
@ (last :mandatory)
.syne
@ (end)
@ (assert bad ln `missing .desc`)
.desc
@ (assert bad ln `blank line after .desc`)
@/..*/
@(end)
@
@
@
@
@(define check-coNP ())
@ (cases)
@
.coNP @/Variables|Special Variables/ @@, s-ifmt @(skip)
@ (or)
@
.coNP @/Variables|Special Variables/ @@, *0 @(skip)
@ (or)
.coNP @/Variables|Special Variables/@(assert bad ln `bad Variables heading`)@(rep :gap 0) @@, @{x /\S+/}@(last :mandatory) @@ @y and @@ @{z /\S+/}@(end)
@ (assert bad ln `no .desc after variables heading`)
.desc
@ (or)
.coNP @/Variable|Special Variable/@(assert bad ln `bad Variable heading`) @@ @{x /\S+/}
@ (assert bad ln `no .desc after variable heading`)
.desc
@ (or)
@
.coNP @/Accessors/ @@, caar @(skip)
@ (or)
.coNP @{type /Operator|Macro/}/function @(skip)
@ (assert bad ln `no .synb after @type/function heading`)
@ (check-synb)
@ (or)
.coNP Operator @@ @op and Macro @@ @mac
@ (assert bad ln `no .synb after Operator and macro heading`)
@ (check-synb)
@ (or)
.coNP @{type /Function|Operator|Macro|Accessor|Method|Structure|Pattern Operator|(Operators|Macros)\/Function/}s@(assert bad ln `bad @{type}s heading`)@(rep :gap 0) @@, @{x /\S+/}@(last :mandatory) @@ @y and @@ @{z /\S+/}@(end)
@ (assert bad ln `no .synb after @{type}s heading`)
@ (check-synb)
@ (or)
.coNP @{type /Function|Operator|Macro|Accessor|Method|Structure|Pattern (Operator|Macro)|Parameter List Macro|(Operator|Macro)\/Function/}@(assert bad ln `bad @type heading`) @@ @{x /\S+/}@junk
@ (assert bad ln `extra elements in singular @type heading`)
@ (bind junk "")
@ (assert bad ln `no .synb after @type heading`)
@ (check-synb)
@ (or)
.coNP @/Argument Generation|Passing Options|The Lisp @|Keyword Param|\
The @ |Keyword Para|Keywords in|Lisp Forms in|Mandatory @|\
Specifying Variables in|@ catch Clauses|\
Interaction Between|Vertical-Horizontal|Horizontal-Horizontal|\
Nested @|@ repeat an|Conventions Used|Struct Clause Macro|\
Treatment of|Examples of|FFI type|Differences Due to|\
Unbound Symbols in|Bound symbols in|File-Wide|\
Delimited Continuations|Symbol Macro/@nil
@ (or)
.coNP @junk
@ (throw bad ln `unrecognized .coNP arguments: @junk`)
@ (end)
@(end)
@
@
@
@(define check-code ())
@ (cases)
.@{type /code|meta/} "@(assert bad ln `.@type needs one argument`)@x"@(eol)
@ (or)
.@{type /code|meta/}@(assert bad ln `.@type needs one argument`) @{x /\S+/}@(eol)
@ (or)
.cod3 @(assert bad ln `.cod3 needs three arguments`)@x @y @{z /\S+/}@(eol)
@ (or)
.@{type /codn|cod2|metn/} @(assert bad ln `.@type needs two arguments`)@(cases)"@x"@(or)@{x /\S+/}@(end) @{y /\S+/}@(eol)
@ (assert bad ln `.codn second argument doesn't begin with punctuation`)
@ (require (or (not (memqual type '("codn" "metn")))
(equal "s" y)
(and (starts-with "s" y)
(chr-ispunct [y 1]))
(chr-ispunct [y 0])))
@ (end)
@(end)
@
@
@
@(define check-mono ())
.mono
@ (assert bad ln `.mono not closed`)
@ (repeat :gap 0)
@ (none)
.mono
@ (end)
@ (last :mandatory)
.onom
@ (end)
@(end)
@
@
@
@(define check-verb ())
.verb
@ (assert bad ln `.verb not closed`)
@ (repeat :gap 0)
@ (none)
.verb
@ (end)
@ (last :mandatory)
.brev
@ (end)
@(end)
@
@
@
@
@(define check-spurious ())
@ {mac /.(cble|syne)/}@(skip)
@ (throw bad ln `dangling @mac`)
@(end)
@
@
@
@(define check-meti ())
.meti @(skip)
@ (throw bad ln ".meti not in .mono")
@(end)
@
@
@
@(define check-ip ())
.@{ip /IP|coIP|meIP/}@(skip)
@ (throw bad ln `.@ip followed by blank line`)
@(end)
@
@
@
@(define check-spaces ())
.@{mac /meIP|meti|mets/}@/(( \\)+ )?/@(skip) @(skip)
@ (throw bad ln `.@mac contains spurious spaces`)
@(end)
@
@
@
@(bind errors 0)
@(repeat)
@ (line ln)
@ (try)
@ (cases)
@ (check-coNP)
@ (or)
@ (check-code)
@ (or)
@ (check-verb)
@ (or)
@ (check-mono)
@ (or)
@ (check-synb)
@ (or)
@ (check-spurious)
@ (or)
@ (check-meti)
@ (or)
@ (check-ip)
@ (end)
@ (catch bad (line msg))
@ (do (inc errors)
(put-line `@file:@line:@msg`))
@ (end)
@(end)
@(next file)
@(repeat)
@ (line ln)
@ (try)
@ (check-spaces)
@ (catch bad (line msg))
@ (do (inc errors)
(put-line `@file:@line:@msg`))
@ (end)
@(end)
@(do (exit (zerop errors)))
|