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.
Downloads
- language-c99-0.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 2022-05-21T18:09:49Z |
Distributions | Arch:0.2.0, Fedora:0.2.0, LTSHaskell:0.2.0, NixOS:0.2.0, Stackage:0.2.0 |
Reverse Dependencies | 4 direct, 8 indirect [details] |
Downloads | 2865 total (44 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-05-21 [all 1 reports] |