Skip to main content

Module parser

Module parser 

Source
Expand description

Regex-based parsing of TODO-style comments out of file content. Regex-based parsing of TODO-style comments out of file content.

Structs§

TodoParser
Parses TODO-style tags out of file content using a configurable regex.

Constants§

DEFAULT_REGEX
Default regex pattern for matching TODO-style tags in comments.