From: Hendrik Tews <tews@tcs.inf.tu-dresden.de>
To: caml-list@inria.fr
Subject: Quotation System in Original Syntax
Date: Thu, 16 Jun 2005 23:32:55 +0200 [thread overview]
Message-ID: <17073.61447.865948.233312@ithif59.inf.tu-dresden.de> (raw)
Dear all,
I would like to announce the first public release of a
Quotation System in Original Syntax for Ocaml Abstract Syntax Trees
Eventually this package should provide an alternative to q_MLast
for those of us that are not fluent in the revised syntax. Please
visit http://wwwtcs.inf.tu-dresden.de/~tews/ocamlp4 for more
details and download links.
Status: preliminary (only core language, no modules, no classes ...)
Kind: Camlp4 extension
Home: http://wwwtcs.inf.tu-dresden.de/~tews/ocamlp4
License: GNU LGPL version 2 (forced by Camlp4 license)
Example: with the provided module qo_MLast you can write
<:expr< flag := not !flag; record.field <- 2 >>
instead of
<:expr< do { flag.val := not flag.val; record.field := 2 >>
Enjoy,
Hendrik Tews
reply other threads:[~2005-06-16 21:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=17073.61447.865948.233312@ithif59.inf.tu-dresden.de \
--to=tews@tcs.inf.tu-dresden.de \
--cc=caml-list@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