File: edata.is

package info (click to toggle)
emboss 6.6.0%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 571,584 kB
  • sloc: ansic: 460,579; java: 29,383; perl: 13,573; sh: 12,753; makefile: 3,294; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (605 lines) | stat: -rw-r--r-- 23,243 bytes parent folder | download | duplicates (10)
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
#!/bin/env icarus
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#    $RCSfile: edata.is,v $
#    $Revision: 1.4 $
#    $Date: 2004/08/05 13:12:52 $
#    $Author: rice $
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

$col1 = '"#58081a"'

$fn={
  ID:id       DE:des
  TY:typ      MO:module    LB:lib
  NN:new      ND:new       NX:new
  DN:del   DD:del    DX:del
  AN:attr     AT:attr      AD:attr     AX:attr
  EN:assign   ED:assign    EX:assign
  MN:modify   MD:modify    MX:modify
  ON:use      OD:use       OX:use
  CN:cast     CD:cast      CX:cast
  JN:input    JD:input     JX:input
  KN:iterator KD:iterator  KX:iterator
  LN:iterate  LD:iterate   LX:iterate
  PN:output   PD:output    PX:output
  RN:other    RD:other     RX:other
  TN:alias    TD:alias     TX:alias
  XX:rest   '//':rest 'other':rest
}


$rules={

# entry is from 'ID name' to '}' at start of line

  entry:   ~ {$In:[file:text] $Out pre $Skip:0}
             (/ID +/ {$Not} ln)* 
             (/ID +([A-Za-z0-9_]+)/
                {$Wrt $entryFip=$Fip $entryName=$1} 
                ln {$App}
              ( /ID +/ {$Not} ln{$App})+
             )? ~

  # fields
  fields:    ~ {$In:entry $Out $Skip:1} 
               (/^[A-Z\/][A-Z\/]/
                 { $t=$Ct
                   if:$fn.$t.=="" {
                      $dp:"+++ unknown: $t in $entryName +++"
                      $t="other"
                   }
                   if:$fn.$t.==$prev $App else $Wrt:$fn.$t
                   $prev=$fn.$t
                 } ln {$App})+  body ~
  clFields:  ~ {$In:fields $Out $Skip:1}
               /.. */ ln {$Wrt:$Itc} (/.. */ ln {$App})* ~

  body:    ~ ln {$Wrt:body} (ln {$App})* ~

  id:      ~ {$In:[fields c:id] $Out}
             /../ word {$Wrt $id=$Ct} ~
  des:     ~ {$In:[clFields c:des] $Out}
             (word {$Uniq} | noword)* ~

#  hdes:    ~ {$In:[fields c:des] $Out}
#             (/../ (/\n/ {$Wrt:[s:"<p>\n"]} | ln {$Wrt}) )* ~

  attrs:  ~ x{$args={}}
             ('AN' rest {$tmp={} $tmp.name=$Ct} ln
             'AT' rest {$tmp.type=$Ct} /\n/ {$tmp.comment=""}
            ('AD' ln {if:$Ct.=="" $StrApp:[$tmp.comment s:"<p>\n"]
                      else $StrApp:[$tmp.comment s:$Ct]})*
             'AX' ln {$args.app:$tmp})* ~

  alias:     ~ {$In:[fields c:{id alias}] $Out} 
	       (/ID/ word {$Wrt} ln)*
	       ( /.N/  word {$Wrt} ln
		 (/.D/ ln)*
		 /.X/ ln)*
               ~
  attr:     ~ {$In:[fields c:attr] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.T/ ln)*
              (/.D/ ln)*
               /.X/ ln)* ~
  new:     ~ {$In:[fields c:new] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  del:  ~ {$In:[fields c:del] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  assign:  ~ {$In:[fields c:assign] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  modify:  ~ {$In:[fields c:modify] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  use:     ~ {$In:[fields c:use] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  cast:    ~ {$In:[fields c:cast] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  input:   ~ {$In:[fields c:input] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  output:  ~ {$In:[fields c:output] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  iterate:  ~ {$In:[fields c:iterate] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  iterator:  ~ {$In:[fields c:iterator] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  other:  ~ {$In:[fields c:other] $Out} 
             ( /.N/  word {$Wrt} ln
              (/.D/ ln)*
               /.X/ ln)* ~
  rest:    ~ (/[^\n]*/)? ~

  # indexing
  btext:      ~ {$In:[fields c:body] $Out pre {$Request:id} }
             (/[a-zA-Z0-9_]+/ {$Uniq} | /./)+ ~

  ref_data:    ~ {$In:[fields c:body] $Out}
		 (/[A-Z]+[a-zA-Z0-9_]+/  {if:$Ct != $id {$Uniq}} |
		   /[a-zA-Z0-9_]+/ | /./)+
	       ~
  lines: ~ x{$txt={}} (/../ ln {if:$Ct.trim:' \n\t' .=="" $txt.app:"<p>\n"
                              else $txt.app:$Ct} )* ~

  # html display
  
  h_pnum: ~ {$In:[fields c:pnum t:html]}
             /.*/ {$Rep:""} ~
  h_lib: ~ {$In:[fields c:lib t:html]}
             /.. +([^\n]*).*/ {$showlib = $1 $Rep:""}  ~
  h_module: ~ {$In:[fields c:module t:html]}
             /.. +([^\n]*).*/ {$showmod = $1 $Rep:""}  ~
  h_typ: ~ {$In:[fields c:typ t:html]}
             /.. +([^\n]*).*/ {$showtyp = $1 $Rep:""}  ~
  h_rest: ~ {$In:[fields c:rest t:html]}
             /.*/ {$Rep:""}  ~
  h_id: ~ {$In:[fields c:id t:html]}
             /.*/ {$Rep:
                    |<TR>
                    |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                    |<B>Name</B></TD><TD>
                    |<B>($entry.name)</B>
                    |</TD></TR>
                  }
           ~
  h_attr: ~ {$In:[fields c:attr t:html]}
             attrs {$Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Attributes</B></TD><TD>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Type</TH>
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$args s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.type)</TD>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
		             | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_des: ~ {$In:[fields c:des t:html]}
               lines   {$Rep:
                    |<TR>
                    |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                    |<B>Description</B></TD><TD width=500>
                    |($Foreach:[$s in:$txt s:@"$s"])
                    |</TD></TR>
                  }
           ~
  h_alias: ~ {$In:[fields c:alias t:html] }
	   x{$fun={}} fundoc {$efun=$fun
	            $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Alias(es)</B></TD><TD>
                        |Aliases are alternate names for an
                        |<b>($entry.name)</b> object.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$efun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_iterator: ~ {$In:[fields c:iterator t:html] }
	   x{$fun={}} fundoc {$efun=$fun
	            $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Iterator(s)</B></TD><TD>
                        |Iterators are objects that allow functions to
                        |step through the contents of an
                        |<b>($entry.name)</b> object.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$efun s:@
	       		     |<TR>
			     | <TD VALIGN=TOP>
		             | ($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                              t:'&nbsp' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_new: ~ {$In:[fields c:new t:html] }
	   x{$fun={}} fundoc {$nfun=$fun
	            $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Constructor(s)</B></TD><TD>
                        |Constructors allocate memory and
                        |create new instances of an <b>($entry.name)</b> object.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$nfun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_del: ~ {$In:[fields c:del t:html]}
             x{$fun={}} fundoc {$dfun=$fun
	            $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Destructor(s)</B></TD><TD>
                        |Destructors destroy instances of an <b>($entry.name)</b> object
                        |and clean up memory.</p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$dfun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_assign: ~ {$In:[fields c:assign t:html]}
             x{$fun={}} fundoc {$afun=$fun
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Assignment(s)</B></TD><TD>
                        |Assignments overwrite and replace the
                        |contents of an <b>($entry.name)</b> object.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$afun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_modify: ~ {$In:[fields c:modify t:html]}
             x{$fun={}} fundoc {$mfun=$fun
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Modifier(s)</B></TD><TD>
                        |Modifiers change or replace the
                        |contents of an <b>($entry.name)</b> object.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$mfun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_use: ~ {$In:[fields c:use t:html]}
             x{$fun={}} fundoc {$ufun=$fun
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Operator(s)</B></TD><TD>
                        |Operators use, but do not change, the
                        |contents of an <b>($entry.name)</b> object.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$ufun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_cast: ~ {$In:[fields c:cast t:html]}
             x{$fun={}} fundoc {$cfun=$fun
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Cast(s)</B></TD><TD>
                        |Casts convert an <b>($entry.name)</b> object
                        |into an object or data of another type.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$cfun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_input: ~ {$In:[fields c:input t:html]}
             x{$fun={}} fundoc {$ufun=$fun
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Input(s)</B></TD><TD>
                        |Inputs read an external source and populate
                        |the contents of an <b>($entry.name)</b> object.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$ufun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
 h_output: ~ {$In:[fields c:output t:html]}
             x{$fun={}} fundoc {$ufun=$fun
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Output(s)</B></TD><TD>
                        |Outputs write the contents of an
                        |<b>($entry.name)</b> object to an external file.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$ufun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_iterate: ~ {$In:[fields c:iterate t:html]}
             x{$fun={}} fundoc {$ufun=$fun
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Iterate function(s)</B></TD><TD>
                        |Iterate functions use the iterator type associated
                        |with an <b>($entry.name)</b> object to
                        |step through the contents.<p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$ufun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_other: ~ {$In:[fields c:other t:html]}
             x{$ofun={}} fundoc {$ofun.app:$tmp
                   $Rep:
                        |<TR>
                        |<TD VALIGN=TOP bgcolor=$col1><FONT color="#FFFFFF">
                        |<B>Related Data</B></TD><TD>
                        |These objects are similar to or make use of
                        |<b>($entry.name)</b> objects.</p>
                        |<TABLE BORDER CELLPADDING=4 BGCOLOR="#FFFFF0">
                        | <TR BGCOLOR="#d3b5b5">
                        |  <TH><FONT SIZE=-1>Name</TH>
                        |  <TH><FONT SIZE=-1>Comment</TH>
              		|($Foreach:[$tmp in:$ofun s:@
			     |<TR>
			     | <TD VALIGN=TOP>($tmp.name)</TD>
			     | <TD VALIGN=TOP>($Alt:[$tmp.comment.trim.==""
                                               t:'&nbsp;' f:$tmp.comment])</TD>
			     |</TR>
			   ])
                        |</TR>
                        |</TABLE>
                        |</TD></TR>
                  }
           ~
  h_body:  ~ { $In:[fields c:body t:html] 
               $Rep:
                    |<TR>
                    |<TD VALIGN=TOP bgcolor="#58081a"><FONT color="#FFFFFF">
                    |<B>Body</B></TD><TD>
                    |<TABLE BORDER=5 BGCOLOR="#FFFFF0"><TR><TD WIDTH=500><PRE>
                    |($Ct.trim:'\n')
                    |</TD></TR></TABLE>
                    |</TD></TR>
             }
             (/[^<>]+/ | '>' {$Rep:'&gt;'} | '<' {$Rep:'&lt;'})*
	     #(/.*/)*
           ~
  fundoc:  ~
            ( 
             /.N */ {$tmp={}} funname {$tmp.name=$Ct} ln {$tmp.comment=""}
            (/.D */ ln {if:$Ct.trim:' \n\t'.==""
                           $StrApp:[$tmp.comment s:"<p>\n"]
                      else $StrApp:[$tmp.comment s:$Ct]})*
             /.X/ ln
	    {$fun.app:$tmp} )*
           ~

  funname: ~ rest { $q=$Query:"[efunc-id:$Ct]"
                if:$q.size>0 {$Rep:$Hlink:[efuncR p:$Ct]}
                else {$q=$Query:"[edata-alias:$Ct]"
		 if:$q.size>0 {$Rep:$Hlink:[edataR p:$Ct]}}
                } ~

  writecode: ~ (/[wu][A-Za-z]*/ {$write=$Ct} | word {$write=""} ) ~
  sp:  ~ /[ \t]*/ ~

  tag:     ~ /<[a-zA-Z][^>]+>/ ~
  code:    ~ /&[a-z]+;/ ~
  comment: ~ '/*' /([^*]+|\\*[^\/])*/ '*/' ~

  h_desLink:   ~ { $In:[fields c:{des} t:html]}
             (comment | /[a-zA-Z0-9]*[a-zA-Z_][a-zA-Z0-9_]+/ {
                $q=$Query:"[efunc-id:$Ct]"
                if:$q.size>0 {$Rep:$Hlink:[efuncR p:$Ct]}
                else {$q=$Query:"[edata-alias:$Ct]"
                if:$q.size>0 {$Rep:$Hlink:[edataR p:$Ct]}}
                } | /./)+
		   ~
  h_attrLink:   ~ { $In:[fields c:{attr} t:html]}
             (/[a-zA-Z0-9]*[a-zA-Z_][a-zA-Z0-9_]+/ {
                $q=$Query:"[efunc-id:$Ct]"
                if:$q.size>0 {$Rep:$Hlink:[efuncR p:$Ct]}
                else {$q=$Query:"[edata-alias:$Ct]"
                if:$q.size>0 {$Rep:$Hlink:[edataR p:$Ct]}}
                } | /./)+
		~
  h_bodyLink:   ~ { $In:[fields c:{body} t:html]}
             (/[a-zA-Z0-9]*[a-zA-Z_][a-zA-Z0-9_]+/ {
                 if:$Ct==$id {	$sup=$Ct   # we have the datatype
		   $qup = $Query:"[edata-id:$Ct]>efunc"
		   if:$qup.size>0 {$sup=
		    |<A HREF="wgetz?($ParStr:userIdOpt)\
		    |[edata-id:$Ct]%3eefunc+-page+qResult">\
		    |<IMG BORDER=0 SRC=($ParStr:imgdir)/up.gif \
		    |ALIGN=middle  ALT = "Up" WIDTH="16" HEIGHT="14"></A>$Ct
		   }
		   $Rep:"$sup.rep:['\n' to:'']" #$Hlink:[efuncR p:$Ct]"
		 }
		else {
                   $q=$Query:"[efunc-id:$Ct]"
                   if:$q.size>0 {$Rep:$Hlink:[efuncR p:$Ct]}
                   else {$q=$Query:"[edata-alias:$Ct]"
                   if:$q.size>0 {$Rep:$Hlink:[edataR p:$Ct]}
                     }
                }
		    } | /./)+
		~

#  h_used:  ~ { $In:[fields c:body t:html] }
#             (/[a-zA-Z0-9]*[A-Z_][a-zA-Z0-9_]+/  {
#                if:$Ct==$id {	$sup=""   # we have the datatype
#		   $qup = $Query:"[edata-id:$Ct]>efunc"
#		   if:$qup.size>0 {$sup=
#		    |<A HREF="wgetz?($ParStr:userIdOpt)\
#		    |[edata-id:$Ct]%3eefunc+-page+qResult">
#		    |<IMG BORDER=0 SRC=($ParStr:imgdir)/up.gif 
#		    |ALIGN=middle  ALT = "Up" WIDTH="16" HEIGHT="14"></A>  
#		   }
#		   $Rep:"$sup$Hlink:[efuncR p:$Ct]"
#		 }
#                else {$qq=$Query:"[edata-alias:$Ct]"
#                if:$qq.size>0 {$Rep:$Hlink:[edataR p:$Ct]}}
#              } | /./)+
#           ~

  # other stuff
  ln:      ~ /[^\n]*\n/ ~
  word:      ~ /[^" ,;:()\/=\n.-]+/ ~
  noword:      ~ /[" ,;:()\/=.-]+/ ~
}

if:$TestMode {
  $job = $Job:[prod:$rules skip:" "
              fileName:'edata.dat']
  while:$job.hasInput {
#    $job.tokens:[entry print:y]
#    $job.tokens:[typ print:y]
    $job.tokens:[id print:y]
    $job.tokens:[fields print:y]
#    $job.tokens:[clFields print:y]
#    $job.tokens:[fields code:des print:y]
#    $job.tokens:[des print:y]
#    $job.tokens:[clFields code:par print:y]
#    $job.tokens:[ret print:y]
#    $job.tokens:[fields code:proto print:y]
#    $job.tokens:[fields code:body print:y]
#    $job.tokens:[input print:y]
#    $job.tokens:[ret print:y]
#    $job.tokens:[fields code:endcc print:y]
#    $job.tokens:[body print:y]
    $job.reset
  }
}