I've been working on pointer arithmetic. Attached is a patch which
seems to correctly implement (pointer + int), (int + pointer) and
(pointer - int). (pointer - pointer) doesn't seem to be possible
within the infrastructure that exists, though I'd like confirmation of
this. See my comments in the patch.
Obviously, since this is my first effort, I'd like comments on what
I've done well and what I've (inevitably) done poorly. I'm not really
sure of the design or coding conventions of the project.
Also, there's no test-cases. I haven't figured out how they're
supposed to work yet.
-Keith
PointerMath.diff (5.3 KB)