flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
943 stars 84 forks source link

support f# #76

Closed i-am-logger closed 6 years ago

flosse commented 8 years ago

feel free to create PR ;-)

jpaulin commented 8 years ago

If the F# syntax regarding source code comments is as simple as this: 1) single-line comments start with double forward slash (ie. // ) 2) multi-line comments are marked with a pair of (* and *)

then it should be quite straightforward to add support.

Can you comment on this? I have zero experience with coding F# but checked the FAQ for the language.
@isamuelson