Language parser now handles compound assignments (+=, -=, *= /=, ^=), the full complement of comparison operators, increment and decrement operators, Round, LimitMin(floor), and LimitMax(ceil) functions….
I guess I need to bite the bullet and do the flow control bits. (while, do - while, repeat - until, for, switch - case, goto LABEL, etc)
Oh and add a ternary operator because I never got round to it in the original, C++/ANTLR2 version.