Refactor var-get-set grammar to a more general get-set grammar, to

prepare for re-use in subscripting. No functionality change (yet).



Swift SVN r1475
This commit is contained in:
Doug Gregor
2012-04-18 20:54:58 +00:00
parent 77bcc0f9b6
commit c99e526ae8
5 changed files with 235 additions and 221 deletions

View File

@@ -44,6 +44,7 @@ enum class tok {
KEYWORD(typealias)
KEYWORD(var)
KEYWORD(static)
KEYWORD(subscript)
// Statements
KEYWORD(if)