Quoll

Documentation for Quoll.

Quoll.Parser.find_leafdirsMethod
find_leafdirs(rootdir::T) where T

Find leaf directories (directories that do not contain directories themselves) going down from rootdir directory. Absolute paths are returned.

source
Quoll.Parser.normalize_comparisonMethod
normalize_comparison(s)

Normalize a string s by making the string lowercase and replacing certain characters (underscores, hyphens and whitespace are removed by default as defined in replace_pairs) for easier comparison with reference values.

source