language-c99: An implementation of the C99 AST that strictly follows the standard.

[ language, library, mit ] [ Propose Tags ]

This package contains an implementation of the C99 AST as described in http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf. Sticking closely to this standard assures us that the program we deal with is a valid C99 program.

Additionally the library comes with a pretty printer.

The package does not come with handy wrapper and utility functions to write a C99 program, it just contains the bare AST. It is highly recommended to use the wrapper provided by 'language-c99-simple' and 'language-c99-util' for writing programs.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), pretty (>=1.1.3 && <1.2) [details]
License MIT
Author Frank Dedden
Maintainer Frank Dedden <dev@dedden.net>
Category Language
Source repo head: git clone git://github.com:fdedden/language-c99.git
Uploaded by frankdedden at 2019-11-30T13:38:07Z
Distributions Arch:0.2.0, NixOS:0.2.0
Reverse Dependencies 4 direct, 8 indirect [details]
Downloads 2530 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-11-30 [all 1 reports]