boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.28k stars 250 forks source link

Add support for Picat (.pi) #420

Closed DestyNova closed 7 months ago

DestyNova commented 7 months ago

Picat is a descendant of Prolog with similar syntax. This PR adds detection for it, derived from the Prolog entry.

boyter commented 7 months ago

Thanks for the PR merged!