Commits

Dmitri Hrybenko committed 48faba29f30
Simplify parser constructors Constructor delegation in parser was useless, because the code was split between the constructors arbitrarily. There was no need to pass down IsMainModule because the parser could figure that out on its own. Also rename it to allowTopLevelCode() to better describe what it actually affects. Swift SVN r7098