FrontCversion

Library providing a C parser and lexer

FrontC is an OCAML library providing a C parser and lexer. The result is a syntactic tree easy to process with usual OCAML tree management.

It provides support for ANSI C syntax, old-C K&R style syntax and the standard GNU CC attributes.

It provides also a C pretty printer as an example of use.

AuthorHugues Cassé <casse@irit.fr>
Published
Homepagehttps://github.com/BinaryAnalysisPlatform/FrontC
Issue Trackerhttps://github.com/BinaryAnalysisPlatform/FrontC/issues
MaintainerIvan Gotovchits <ivg@ieee.org>
Dependencies
Source [http] https://github.com/BinaryAnalysisPlatform/FrontC/archive/V_3_4_1.tar.gz
md5=1bc3d9c7829fad9d5e0499eecd84880e
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/FrontC/FrontC.3.4.1/opam
Required by