Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Quotation System in Original Syntax
@ 2005-06-16 21:32 Hendrik Tews
  0 siblings, 0 replies; only message in thread
From: Hendrik Tews @ 2005-06-16 21:32 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-16 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-16 21:32 Quotation System in Original Syntax Hendrik Tews

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox