Commits

Joe Groff committed b5d6103bfc3
AST: Add an UnresolvedPatternExpr to parse patterns in expr position. Because of '~=' lookahead and precedence parsing, we need to be able to parse pattern productions in expression position and validate them after name binding. Add an unresolved Expr node that can hold a subpattern for this purpose. Swift SVN r5825