Function som_parser_text::parse_file
source · pub fn parse_file(input: &[char]) -> Option<ClassDef>
Expand description
Parses the input of an entire file into an AST.
pub fn parse_file(input: &[char]) -> Option<ClassDef>
Parses the input of an entire file into an AST.