Expand description
Single-line Perl module token parsing.
This microcrate has one responsibility: parse Perl package-style tokens from
byte offsets in a source line. It supports canonical (::) and legacy (')
package separators.
Structs§
- Module
Token Span - Byte span for a parsed module token.
Functions§
- parse_
module_ token - Parse a module token that starts at
startintext.