99c126a08c
* We had a prior issue where EQUALS would require that there be no whitespace between itself and its operands on either side. We got a bad solution from ChatGPT 4o. We got a proper solution now from o1. * Previously, if a string ended with a backslash right before EOF, the backslash would be included. Now it will be dropped. * Merge the two regexes for ignoring whitespace into one.