Skip to content

Commit

Permalink
Merge branch 'master' of github.com:beelsebob/CoreParse
Browse files Browse the repository at this point in the history
  • Loading branch information
beelsebob committed Aug 19, 2012
2 parents 480b1d5 + e75c1a8 commit 74f1821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CoreParse/Grammar/CPGrammar.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ @interface CPBNFParserDelegate : NSObject <CPTokeniserDelegate,CPParserDelegate>

@implementation CPBNFParserDelegate

@synthesize err = _err;

- (id)parser:(CPParser *)parser didProduceSyntaxTree:(CPSyntaxTree *)syntaxTree
{
NSArray *children = [syntaxTree children];
Expand Down
2 changes: 2 additions & 0 deletions CoreParse/Grammar/CPRHSItemResult.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ @implementation CPRHSItemResult

@synthesize contents = _contents;
@synthesize tagName = _tagName;
@synthesize shouldCollapse = _shouldCollapse;
@synthesize tagValues = _tagValues;

- (id)initWithSyntaxTree:(CPSyntaxTree *)syntaxTree
{
Expand Down

0 comments on commit 74f1821

Please sign in to comment.