@@ -201,11 +201,11 @@ + (instancetype)parser { return [[[self alloc] init] autorelease]; } -- init +- (instancetype)init { self = [super init]; @try { void *pool;