c286937e0aa9b3a87c57126c92f9e916e171dd8d
This is an ongoing off-by-one bug that I have not expended enough brainpower to try to fix. Sometimes lexer outputs were getting chopped off by one character at the EOF. I have changed a <= to a < to detect if we're at EOF and that appears to have fixed everything. Getting really tired of this but hopefully that's all that's needed. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
Description
No description provided
Languages
Rust
95.5%
Python
4.2%
Shell
0.3%