language-c: Analysis and generation of C code
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 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.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 |
Dependencies | array, base (>=4.7 && <5), bytestring (>=0.9.0), containers (>=0.3), deepseq (>=1.4.0.0 && <1.5), directory, filepath, ghc-prim (>=0.2 && <0.3), mtl, pretty (<1.2.0), process, syb [details] |
License | BSD-3-Clause |
Copyright | LICENSE |
Author | AUTHORS |
Maintainer | benedikt.huber@gmail.com |
Category | Language |
Home page | http://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 jophish at 2020-09-04T14:17:01Z |
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
Automatic Flags
Name | Description | Default |
---|---|---|
usebytestrings | Use ByteString as InputStream datatype | Enabled |
separatesyb | Data.Generics available in separate package. | Enabled |
allwarnings | Turn on all warnings for building (development) | Disabled |
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.9.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees