| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-07 | additional commands implemented | Robin Haberkorn | 3 | -4/+214 | |
| 2012-11-07 | undo stack enable/disable, parse-only mode, colon modifiers evaluation | Robin Haberkorn | 4 | -14/+79 | |
| 2012-11-07 | let compiler check printf-like arguments | Robin Haberkorn | 1 | -1/+2 | |
| 2012-11-07 | add helper function to initialize transition table | Robin Haberkorn | 2 | -5/+14 | |
| 2012-11-07 | check bounds when accessing the transitions table | Robin Haberkorn | 2 | -13/+16 | |
| 2012-11-07 | make some Expression methods private | Robin Haberkorn | 1 | -5/+7 | |
| 2012-11-07 | simplified/cleaned up undo operations on value stack | Robin Haberkorn | 2 | -39/+48 | |
| * special undo tokens are private to the ValueStack class and automatically parameterized * undo_push() and undo_pop() methods hide the internals of pushing the undo tokens | |||||
| 2012-11-07 | fixed "," operator | Robin Haberkorn | 3 | -32/+27 | |
| instead of pushing a special number (which wasn't that special...), use a dedicated "new" operator which does not count as an argument operator, nor does it count as an ordinary operator and it is popped before any number (and "number" operator) is pushed | |||||
| 2012-11-07 | fixed "-" processing and improved C command, added R command | Robin Haberkorn | 4 | -7/+19 | |
| 2012-11-07 | expression stack fixes and some arithmetic commands | Robin Haberkorn | 3 | -13/+75 | |
| 2012-11-07 | expression stack based on THECO's ArithmeticStack | Robin Haberkorn | 6 | -6/+355 | |
| 2012-11-06 | initial commit of SciTECO based on THECO | Robin Haberkorn | 9 | -0/+593 | |
