Skip to main content

rough_ident_set

Function rough_ident_set 

Source
pub fn rough_ident_set(src: &str) -> HashSet<String>
Expand description

Returns the set of unique identifiers in a source string (heuristic).

This is a rough approximation that does not use the full lexer.