flosse / sloc

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

Add Fortran support #109

Closed gilbertohasnofb closed 5 years ago

gilbertohasnofb commented 5 years ago

Add Fortran (90, 95, 2003, 2008 and 2018) support. Comments always start with a single ! and there are no block comments.

Older versions (77 and before) used a different system for comments.

flosse commented 5 years ago

Could you rebase this PR? thx.

gilbertohasnofb commented 5 years ago

Done, this should be ready to be merged now.

flosse commented 5 years ago

thx!