caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Thierry Martinez <Thierry.Martinez@inria.fr>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] clangml 4.2.0: OCaml bindings for Clang API (for C and C++ parsing)
Date: Tue, 21 Jul 2020 14:31:33 +0200	[thread overview]
Message-ID: <ow4mu3tjbh6.fsf@pl347-pro.paris.inria.fr> (raw)

Dear OCaml users,

We are happy to announce the new clangml 4.2.0 release.  Clangml
provides bindings for all versions of Clang, from 3.4 to the not yet
released 10.0.1.

The library can be installed via opam: opam install clangml
The documentation is online: https://memcad.gitlabpages.inria.fr/clangml/

This new release improves C++ support, including C++20 specific
constructs.

All Clang C/C++ attributes should now be supported.  You may have a
look to the interface of the new auto-generated module Attributes:
https://memcad.gitlabpages.inria.fr/clangml/doc/clangml/Clang__/Attributes/

There is now a lazy version of the AST (Clang.Lazy.Ast): this is
useful to explore large ASTs efficiently (note that Clang parsing
itself can still be slow; the lazy part only concerns the conversion
into the Clang.Lazy.Ast datatypes).

Happy hacking!
-- 
Thierry.

                 reply	other threads:[~2020-07-21 12:31 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=ow4mu3tjbh6.fsf@pl347-pro.paris.inria.fr \
    --to=thierry.martinez@inria.fr \
    --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).