Commits

Dmitri Hrybenko committed c92fd7cbdde
Lexer: refactor constructors to bring the parameter count back to a sane number Now we have a clear separation between a primary lexer, which scans the whole buffer, and a sublexer, which can be created from a primary lexer to scan a part of the buffer. Swift SVN r7077