Undo the part of the fix for Bug #589 that removed the special handling of - from runparse_node.
This was necessary to make "SUM 1 -1" run; without it, it's "SUM (DIFFERENCE 1 1)" and is missing an input.
Authored by: david_costanzo 2023-12-05
Parent: [r6002]
Child: [r6004]