Closed scuellar closed 3 months ago
@scuellar Perhaps for the sake of git hygiene we should close and archive this PR? Unless you want to pursue this idea further
@scuellar Perhaps for the sake of git hygiene we should close and archive this PR? Unless you want to pursue this idea further
Good idea. If this is useful in the future, it should be easy to resurrect.
I'll close the issue for now.
WIP: This PR is work in progress while we figure out if it's truly useful. I'll keep it up to date with main.
This adds a small python script that reads tags in all examples and gathers a summary. Useful for finding, for example, all the files that use
for
loops, that have amain
function, that use bitwise operations, or manipulate pointers.To tag a file
Add the top of the file, add a comma separated list of tags in front of
// Tags
, like soTo gather tags Run
This will create a file
examples_summary.md
with the list of tags and all the examples per tag. It also gathers the files by classification (working
,broken/error-proof
, etc).Full usage: