From: "Nicolas Pouillard" <nicolas.pouillard@gmail.com>
To: Alain Frisch <alain@frisch.fr>
Cc: Arnaud Spiwack <arnaud.spiwack@lix.polytechnique.fr>,
caml-list <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] OCamlduce + camlp4
Date: Mon, 24 Dec 2007 20:36:54 +0100 [thread overview]
Message-ID: <1198524555-sup-6327@ausone.local> (raw)
In-Reply-To: <476FD855.9010800@frisch.fr>
Excerpts from Alain Frisch's message of Mon Dec 24 17:03:33 +0100 2007:
> Arnaud Spiwack wrote:
> > There I discovered that I couldn't find a camlp4 syntax file for
> > OCamlduce (to be able to extend OCamlduce's syntax). In my case, I'd
> > like an equivalent to camlp4orf (original syntax, but revised-syntax
> > quotations) that handles OCamlduce syntax (though, original-syntax
> > quotation would require little to change, thus would be all right).
> >
> > Does anybody know whether it already exists ? (maybe Alain or Nicolas ;) ).
> >
> > If it does not, I shall consider making one myself, but I will have to
> > know better of the insides of OCamlduce.
>
> I'm not aware of a Camlp4 parser for OCamlduce (which probably means
> that such a thing does not exist). It should not be difficult (only
> quite boring) to write one. Of course, before writing the grammar,
> you'll have to extend Camlp4's OCaml syntax tree with new constructions
> and its translation to the real OCaml AST (Parsetree).
Another way would be to treat {{...}} as some kind of quotation, and then by
only using OCaml pretty printer (instead of the parsetree marshaller) where
these quotation are printed as is.
However this solution also have a cost, you will lose locations by not using
marshalled parsetrees, so I won't really recommend this direction.
> The OCamlDuce parser uses different lexers for the OCaml and CDuce
> parts. This is done by switching lexing mode on a few tokens ( {{, {:,
> :}, }}). It is possible to reproduce that with Camlp4 (you can plug an
> arbitrary lexer).
>
> Let me know if you need more assistance on the OCamlDuce side...
Let me know if you need more assistance on the Camlp4 side...
> Good luck!
You will need some.
--
Nicolas Pouillard aka Ertai
prev parent reply other threads:[~2007-12-24 19:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-24 13:55 Arnaud Spiwack
2007-12-24 16:03 ` [Caml-list] " Alain Frisch
2007-12-24 19:36 ` Nicolas Pouillard [this message]
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=1198524555-sup-6327@ausone.local \
--to=nicolas.pouillard@gmail.com \
--cc=alain@frisch.fr \
--cc=arnaud.spiwack@lix.polytechnique.fr \
--cc=caml-list@yquem.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