Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid crash in lexer by increasing size of token_stream early
The previous code assumed that any parsing step would only add one token at a time, which isn't true. This would lead to crashes if the size doubling threshold was skipped at one point.
- Loading branch information