| Commit | Date | |
|---|---|---|
|
[r6008]
by
david_costanzo
Cleanup: Remove a local variable that wasn't used (vestige from an earlier refactoring) |
2023-12-06 05:43:33 | Tree |
| 2023-12-06 04:57:42 | Tree | |
| 2023-12-05 23:40:45 | Tree | |
|
[r6005]
by
david_costanzo
Add some more test variations for RUNPARSE, particularly for its handling of the shebang line |
2023-12-05 23:08:06 | Tree |
| 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 |