language-c: Analysis and generation of C code
Language C is a Haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of C11 and clang/GNU extensions.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Language
- Language.C
- Language.C.Analysis
- Language.C.Analysis.AstAnalysis
- Language.C.Analysis.Builtins
- Language.C.Analysis.ConstEval
- Language.C.Analysis.Debug
- Language.C.Analysis.DeclAnalysis
- Language.C.Analysis.DefTable
- Language.C.Analysis.Export
- Language.C.Analysis.MachineDescs
- Language.C.Analysis.NameSpaceMap
- Language.C.Analysis.SemError
- Language.C.Analysis.SemRep
- Language.C.Analysis.TravMonad
- Language.C.Analysis.TypeCheck
- Language.C.Analysis.TypeConversions
- Language.C.Analysis.TypeUtils
- Language.C.Data
- Language.C.Parser
- Language.C.Pretty
- Language.C.Syntax
- System
- Language.C.Analysis
- Language.C
Flags
Manual Flags
Name | Description | Default |
---|---|---|
usebytestrings | Use ByteString as InputStream datatype | Enabled |
iecfpextension | Support IEC 60559 floating point extension (defines _Float128) | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- language-c-0.10.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.3.0, 0.3.1, 0.3.1.1, 0.3.2, 0.3.2.1, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.5.0, 0.6, 0.6.1, 0.7.0, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.9, 0.9.0.1, 0.9.0.2, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.10.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | array (<0.6), base (>=4.9 && <5), bytestring (>=0.9.0 && <0.13), containers (>=0.3 && <0.9), deepseq (>=1.4.0.0 && <1.6), directory (<1.4), filepath (<1.6), mtl (<2.4), pretty (<1.2.0), process (<1.7) [details] |
Tested with | ghc ==9.12.1, ghc ==9.10.1, ghc ==9.8.2, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2 |
License | BSD-3-Clause |
Copyright | LICENSE |
Author | AUTHORS |
Maintainer | language.c@monoid.al |
Revised | Revision 1 made by Bodigrim at 2025-03-01T14:57:43Z |
Category | Language |
Home page | https://visq.github.io/language-c/ |
Bug tracker | https://github.com/visq/language-c/issues/ |
Source repo | head: git clone https://github.com/visq/language-c.git |
Uploaded | by Bodigrim at 2024-11-17T23:09:27Z |
Distributions | Arch:0.9.4, Debian:0.9.0.1, Fedora:0.9.2, FreeBSD:0.4.7, LTSHaskell:0.10.0, NixOS:0.9.4, Stackage:0.10.0, openSUSE:0.9.4 |
Reverse Dependencies | 11 direct, 55 indirect [details] |
Downloads | 62649 total (252 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |