public override bool TryGetTypeParser(string typeName, out TypeParser typeParser) { return(Syntax.TryGetTypeParser(typeName, out typeParser)); }