pub fn parse_file(input: &[char]) -> Option<ClassDef>
Expand description

Parses the input of an entire file into an AST.