Skip to content

Commit

Permalink
Merge pull request #429 from 9rnsr/grammar
Browse files Browse the repository at this point in the history
Add grammar.dd to show complete D grammar
  • Loading branch information
MartinNowak committed Dec 11, 2013
2 parents 7745bca + 085061b commit d1e3e5f
Show file tree
Hide file tree
Showing 2 changed files with 1,723 additions and 2 deletions.
4 changes: 2 additions & 2 deletions declaration.dd
Expand Up @@ -128,7 +128,7 @@ $(MULTICOLS 5, $(D abstract)
$(GLINK Property)
$(D scope)
$(D static)
$(D synchronized)
$(D synchronized))

$(GNAME Property):
$(D @) $(GLINK PropertyIdentifier)
Expand Down Expand Up @@ -249,7 +249,7 @@ $(GNAME StructMemberInitializers):

$(GNAME StructMemberInitializer):
$(GLINK NonVoidInitializer)
$(I Identifier) $(D :) $(GLINK NonVoidInitializer))
$(I Identifier) $(D :) $(GLINK NonVoidInitializer)
)

$(H3 Declaration Syntax)
Expand Down

0 comments on commit d1e3e5f

Please sign in to comment.