package FrontC

  1. Overview
  2. No Docs
Library providing a C parser and lexer

Install

Dune Dependency

Authors

Maintainers

Sources

v3.4.3.tar.gz
md5=399f66735541ecf8e06220618eef5c98

Description

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.

Published: 03 May 2021

Dependencies (1)

  1. ocaml

Dev Dependencies

None

Used by (1)

  1. bap-frontc < "2.3.0"

Conflicts

None