Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Avoid the special-casing of the first line
This special case creates a 20x slowdown on the lexing because the function atStartOfInput() which returns true exactly once and false thereafter is invoked for each token.
- Loading branch information