language-c99: An implementation of the C99 AST that strictly follows the standard.
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.
Versions [faq] | 0.1.0.0, 0.1.1, 0.1.2 |
---|---|
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 | NixOS:0.1.2 |
Downloads | 1164 total (5 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] |
Downloads
- language-c99-0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)