Commits

Joe Groff committed 45a69154bdd
Parse: Parse switch statements (again). Reimplement 'switch' parsing for our new AST representation, where cases contain patterns and 'where' guards, case blocks can have multiple cases, and 'default' is constrained to being the lone label of the last block if present. No type-checking or parsing of actual pattern productions yet. Swift SVN r5834