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 Template::Toolkit support #403

Closed assistcontrol closed 10 months ago

assistcontrol commented 10 months ago

TemplateToolkit is one of the most important template systems for Perl. It has its own O'Reilly book, and is the de facto template system for a large number of Perl web frameworks. It is within the top 25 most popular packages on CPAN.

This PR adds support for Template and its most relevant directives.

assistcontrol commented 10 months ago

Dang it. I didn't realize pushing would update this PR. The FreeBSD instructions were supposed to be a separate PR. Would you like me to close this out and submit two new PRs?

boyter commented 10 months ago

Nah its fine.

boyter commented 10 months ago

Thanks for the PR!