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