Closed lerno closed 5 years ago
This is a version of unary plus pruning that completely makes it a no-op by skipping over it in AST parsing already. See discussion around #50 on how this differs from C.
Note that this change does not affect normal binary operations.
See comments in issue #50
tested and merged, good job!
This is a version of unary plus pruning that completely makes it a no-op by skipping over it in AST parsing already. See discussion around #50 on how this differs from C.
Note that this change does not affect normal binary operations.