| Commit | Date | |
|---|---|---|
| 2023-12-05 23:07:01 | Tree | |
| 2023-12-05 05:58:03 | Tree | |
|
[r6002]
by
david_costanzo
Add tests that when RUNPARSE is invoked on the output of RUNPARSE, the second invocation outputs its input. |
2023-12-05 00:32:28 | Tree |
| 2023-12-04 23:56:01 | Tree | |
|
[r6000]
by
david_costanzo
Fix Bug #589; The operator precedence of a negation operator no longer spread to its right. The core of the bug is that the parenthesizer rewrote "-X" as "0 - X", which would then Fixing this required more changes than I had hoped for. In the end, I found the "0 - X" The new logic has two special cases for this rewrite, same as the old logic. However, the |
2023-12-03 05:03:58 | Tree |
| 2023-12-03 02:13:48 | Tree | |
| 2023-12-02 20:11:03 | Tree | |
|
[r5997]
by
david_costanzo
Rework some logic in paren_infix to avoid a redundant assignment. |
2023-12-02 19:29:27 | Tree |
|
[r5996]
by
david_costanzo
Remove a special case of Minus_Tight from priority(). |
2023-12-02 19:23:48 | Tree |
| 2023-12-02 18:48:26 | Tree |