Commits

Dave Zarzycki committed cd3f31fa9d9
Formalize "starting" vs "following" token generation If we generalize John's insight about l_(paren|square) being about "starting" and "following" tokens, then we can detect many statement or declaration boundaries that are lacking either white space or a semicolon. Ensuring some amount of whitespace between statements and declarations is good for future proofing. Swift SVN r3914