caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] clangml 4.2.0: OCaml bindings for Clang API (for C and C++ parsing)
@ 2020-07-21 12:31 Thierry Martinez
  0 siblings, 0 replies; only message in thread
From: Thierry Martinez @ 2020-07-21 12:31 UTC (permalink / raw)
  To: caml-list

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.

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

only message in thread, other threads:[~2020-07-21 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 12:31 [Caml-list] [ANN] clangml 4.2.0: OCaml bindings for Clang API (for C and C++ parsing) Thierry Martinez

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).