@hackage language-c99-simple0.3.0
C-like AST to simplify writing C99 programs.
Installation
Dependencies (4)
- base >=4.9 && <5
- language-c99 >=0.2 && <0.3
- language-c99-util >=0.2 && <0.3
- mtl >=2.2.0 && <2.4 Show all…
Dependents (2)
@hackage/copilot-c99, @hackage/cryptol
This package is a wrapper on top of 'language-c99'. It provides a simpler interface more suited for writing C99 programs. It achieves this by implementing its own C-like AST, supporting the most used C features. In turn, this AST is translated into actual C99 one, showing that it is an actual subset.