From: Mitya Lomov <dsl@tepkom.ru>
To: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Documenting CamlP4 syntax extensions
Date: 13 Sep 2002 22:15:45 +0400 [thread overview]
Message-ID: <3C847C3A.79E0FE8@tepkom.ru> (raw)
In-Reply-To: <20020302123549.H23423@verdot.inria.fr>
Daniel de Rauglaudre wrote:
>
> Hi,
>
> On Sat, Mar 02, 2002 at 01:59:37PM +0400, Mitya Lomov wrote:
>
> > The first step to that will be, I guess, some kind of
> > tool that is able to extract plain grammar definitions
> > (like BNF) from CamlP4 sources (just rules, without
> > semantics).
>
> The function Grammar.Entry.print prints the rules of a grammar
> entry. For example, the code:
> Grammar.Entry.print Pcaml.expr
> prints the rules for expressions.
This function is great for development purposes.
But for documenting syntax extensions its output is not
quite acceptable, and coverting its output to more readable
form essentialy involves parsing camlp4 grammar definitions
(a la pa_extend.cmo).
Moreover, one have to build a transitive closure of all grammar
entries referenced from an entry to get a complete doc...
>
> Perhaps a complete program displaying all entries (by scanning the
> main grammar entries "interf" and "implem") could be useful. It is
> possible to scan entries using the (undocumented) module Gramext.
> --
> Daniel de RAUGLAUDRE
> daniel.de_rauglaudre@inria.fr
> http://cristal.inria.fr/~ddr/
> -------------------
> To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
> Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next prev parent reply other threads:[~2002-09-16 10:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-02 9:59 Mitya Lomov
2002-03-02 11:35 ` Daniel de Rauglaudre
2002-09-13 18:15 ` Mitya Lomov [this message]
2002-09-14 2:51 ` Daniel de Rauglaudre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C847C3A.79E0FE8@tepkom.ru \
--to=dsl@tepkom.ru \
--cc=caml-list@inria.fr \
--cc=daniel.de_rauglaudre@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox