Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fixed a long-standing bug in the parser regarding unary operators source code.tar.gz | 2024-09-13 | 1.4 MB | |
Fixed a long-standing bug in the parser regarding unary operators source code.zip | 2024-09-13 | 1.5 MB | |
README.md | 2024-09-13 | 174 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
I've fixed a bug regarding the detection of unary operators. Previously, the parser would detect the second +
in 5 + + 1
as a binary operator, leading to a parsing error.