caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Sylvain LE GALL" <sylvain.le-gall@polytechnique.org>
To: caml-list@inria.fr
Subject: [ANN] ocaml-ast-analyze v 0.1.1
Date: Mon, 18 Apr 2005 00:27:35 +0200	[thread overview]
Message-ID: <20050417222735.GA18015@grand> (raw)

Hello, 

General:

Ocaml-ast-analyze is a library that provides all the functions required
to build a camlp4 pr_*.cmo module ( ie a printer module ). Creating by 
hand such a module, require to match a lot of unuseful case, and always 
do the same branching... This module abstract all the matches and 
enables only to match what interest you in the AST of an Ocaml source 
file.

It comes also with pr_ast_dump.cmo which is a real pr_*.cmo module. This
module dumps the AST of an Ocaml source file. It allows the programmer 
to understand what should be match in the AST.

Changes:
v0.1.1 is released because of the dependency holds by ocaml-gettext (
the string extractor of ocaml-gettext is based on this module ). But 
the library should be useful, even with not a lot of documentation ( 
should come in the next version ).

Link:
http://www.carva.org/sylvain.le-gall/ocaml-ast-analyze.html

Regard
Sylvain Le Gall


                 reply	other threads:[~2005-04-17 22:27 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=20050417222735.GA18015@grand \
    --to=sylvain.le-gall@polytechnique.org \
    --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;
as well as URLs for NNTP newsgroup(s).