Closed sogaiu closed 4 years ago
Here's a draft PR.
I tested it against most of the janet repositories I have collected locally.
FWIW, the command I use for that is something like:
find ~/src/janet-repositories -type f -regex '.*\.janet$' -print0 | xargs -0 npx tree-sitter parse --quiet | wc -l
Here's a draft PR.
I tested it against most of the janet repositories I have collected locally.
FWIW, the command I use for that is something like: