language-c-comments: Extracting comments from C code

[ bsd3, language, library ] [ Propose Tags ]

Language C Comments is a Haskell library for extracting comments from C code. It will parse both single- and multi-line comments, and correctly handles split lines.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3
Dependencies array, base (>=4 && <5), language-c (>=0.3.2) [details]
License BSD-3-Clause
Author Geoff Hulette
Maintainer ghulette@gmail.com
Category Language
Home page http://github.com/ghulette/language-c-comments
Bug tracker http://github.com/ghulette/language-c-comments/issues
Uploaded by GeoffHulette at 2010-10-15T19:14:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2342 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for language-c-comments-0.2

[back to package description]
= Language.C.Comments =

Language C Comments is a Haskell library for extracting comments from C code.
It will parse both single- and multi-line comments, and correctly handles
split lines.

See http://github.com/ghulette/language-c-comments

== Build and Install ==

cabal install