Closed hawkw closed 10 years ago
The incrdecr branch correctly implements the ++ and -- postfix add one and postfix subtract one operators, as described in #14. As of 9f5f915 this passes all tests. Assuming it builds fine on Travis, we should be go to merge.
incrdecr
++
--
Built successfully on CI. Merging.
The
incrdecr
branch correctly implements the++
and--
postfix add one and postfix subtract one operators, as described in #14. As of 9f5f915 this passes all tests. Assuming it builds fine on Travis, we should be go to merge.