Skip to content

Commit

Permalink
D1 doesn't have lambda expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
don-clugston-sociomantic committed Apr 4, 2012
1 parent 63b0fcf commit 0d7d294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions expression.dd
Expand Up @@ -1357,6 +1357,7 @@ $(GNAME ValueExpression):
are inserted as arguments in place of the tuple.
)

$(V2
<h3>Lambdas</h3>

$(GRAMMAR
Expand All @@ -1378,6 +1379,8 @@ delegate ( $(IDENTIFIER) ) { return $(I AssignExpression); }
delegate $(I ParameterAttributes) { return $(I AssignExpression); }
---

)

<h3>Function Literals</h3>

$(GRAMMAR
Expand Down

0 comments on commit 0d7d294

Please sign in to comment.