Closed gabrielhdt closed 7 months ago
See #664.
The Pratt parsing library https://forge.tedomum.net/koizel/pratter allows to use negative priorities for operators, but the parser doesn't allow to input negative floats,
notation o infix -3;
is not allowed.
Fixed by #1093.
See #664.
The Pratt parsing library https://forge.tedomum.net/koizel/pratter allows to use negative priorities for operators, but the parser doesn't allow to input negative floats,
is not allowed.