language-c-comments: Extracting comments from C code

[ bsd3, language, library ] [ Propose Tags ]

A 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
Source repo head: git clone git@github.com:ghulette/language-c-comments.git
Uploaded by GeoffHulette at 2014-03-08T21:49:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2338 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for language-c-comments-0.3

[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