Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-11-14 | expressions.find_op(), can be used test whether we are in a loop (although th... | Robin Haberkorn | 1 | -0/+12 |
2012-11-12 | various arithmetic expression fixes: SUB must have higher precedence than ADD... | Robin Haberkorn | 1 | -10/+8 |
2012-11-07 | simplified/cleaned up undo operations on value stack | Robin Haberkorn | 1 | -4/+4 |
2012-11-07 | fixed "," operator | Robin Haberkorn | 1 | -18/+23 |
2012-11-07 | expression stack fixes and some arithmetic commands | Robin Haberkorn | 1 | -2/+4 |
2012-11-07 | expression stack based on THECO's ArithmeticStack | Robin Haberkorn | 1 | -0/+184 |