pub fn detect_left_recursive_non_terminals(cfg: &Cfg) -> Vec<String>
Expand description

Detects left recursions. The result is a collection of vectors of non-terminal names that contain recursions.