Email list hosting service & mailing list manager

(missing)
(missing)
(missing)
Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Marc Nieper-Wißkirchen (06 Mar 2019 10:12 UTC)
Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Lassi Kortela (07 Mar 2019 13:07 UTC)

Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Lassi Kortela 07 Mar 2019 13:07 UTC

> The output entries look like this:
>
>      (procedure iota
>        (arg count)
>        (arg start optional)
>        (arg step optional))
>        (return list))

(There's a stray closing paren in that output -- fixed.)

I added some more code and managed to auto-convert that monster macro,
arg-ands, from elsewhere in the thread :) The result looks like this:

     (syntax arg-ands
       (quoted-symbol common optional)
       (arg caller optional)
       (sublist
         (arg caller optional)
         (arg variable)
         (arg expr)
         (arg ... rest))
       (arg ... rest))

Still nothing but <code class="syntax def">...</code> added to the HTML.