package model type FileParserFunc func(parser *Parser, str string) (file *ParsedFile, ok bool)