From: "Nicolas Pouillard" <nicolas.pouillard@gmail.com>
To: David Teller <david.teller@univ-orleans.fr>
Cc: caml-list <caml-list@inria.fr>
Subject: Re: [Caml-list] Camlp4 as a universal pre-processor ?
Date: Tue, 23 Oct 2007 11:39:39 +0200 [thread overview]
Message-ID: <1193131952-sup-5002@ausone.inria.fr> (raw)
In-Reply-To: <1193118873.7228.10.camel@Blefuscu>
Excerpts from David Teller's message of Tue Oct 23 07:54:33 +0200 2007:
> Hello list,
> I'm currently playing with camlp4 3.10. I've succeeded in making a
> syntax extension to help me generate annotated trees, which is a good
> start.
>
> Now, I understand that, by invoking ocpp, camlp4 may be used as a
> pre-processor for non-OCaml language, which sounds interesting, for I
> have need of pre-processing some parser generator input (at the moment,
> menhir, but there are good chances I'll switch to Dypgen to get around
> some limitations) to maintain consistency between the implementation and
> the specifications. There are very good chances that I could do that
> with cpp, as it's essentially trivial pre-processing, but I'd rather use
> camlp4, if only to learn more about it.
>
> So, my question is: how do I write a pre-processor that doesn't depend
> on the syntax of OCaml ? I'm hoping I can get away with one or two
> quotations and one anti-quotation, but I have no clue how to register
> these without adding dependencies to either OCaml's Original or Revised
> syntax. Does anyone have any examples handy ?
A way to start this is to just keep the lexer and provide a new grammar
including quotations [2] and antiquotations. On the wiki [1] there is also a
small but complete example of a grammar for the untyped lambda calculus with
antiquotations [3], and also a tutorial of making a full parser with Camlp4 [4].
[1]: http://brion.inria.fr/gallium/index.php/Camlp4
[2]: http://brion.inria.fr/gallium/index.php/Quotation
[3]: http://brion.inria.fr/gallium/index.php/Lambda_calculus_quotations
[4]: http://brion.inria.fr/gallium/index.php/Full_parser_tutorial
--
Nicolas Pouillard aka Ertai
next prev parent reply other threads:[~2007-10-23 9:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-23 5:54 David Teller
2007-10-23 9:39 ` Nicolas Pouillard [this message]
2007-10-23 10:34 ` [Caml-list] " David Teller
2007-10-24 13:23 ` Nicolas Pouillard
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=1193131952-sup-5002@ausone.inria.fr \
--to=nicolas.pouillard@gmail.com \
--cc=caml-list@inria.fr \
--cc=david.teller@univ-orleans.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