scc icon indicating copy to clipboard operation
scc copied to clipboard

Literate Haskell not supported

Open fmease opened this issue 5 years ago • 1 comments

Literate Haskell is an alternative form of Haskell code where comments are the default and code is marked special. It's not uncommon. The file extension is .lhs but the data of Haskell and Literate Haskell should be merged in the final output. For prior art, see cloc.

fmease avatar Sep 29 '20 15:09 fmease

Yeah this is pretty close to https://github.com/boyter/scc/issues/43 as an issue, since it inverts the way its normally counted. Although the merging into Haskell is another consideration.

Ill have a think on this one because its not a trivial case to add.

boyter avatar Sep 29 '20 22:09 boyter