aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-20some minor simplifications of the goto codeRobin Haberkorn1-11/+5
2012-11-20goto table cleanupRobin Haberkorn1-19/+16
2012-11-20make goto tables local to macro invocation: they are declared on the C++ call...Robin Haberkorn1-128/+55
2012-11-16Make sure undo tokens and RB-tree entries are destroyed properlyRobin Haberkorn1-3/+0
2012-11-16support different kinds of runtime errors (using C++ exceptions)Robin Haberkorn1-2/+2
2012-11-12distinguish between GOTO, LOOP and CONDITIONAL parse-only modes: fixes loop b...Robin Haberkorn1-1/+1
2012-11-11added <n>O...$ GOTO commandRobin Haberkorn1-1/+32
2012-11-11dump goto table only in DEBUG modeRobin Haberkorn1-0/+6
2012-11-11RBTree class (wrapper around BSD macros) - use for Goto tableRobin Haberkorn1-36/+19
2012-11-10use namespace "States" instead of "states" structureRobin Haberkorn1-1/+5
2012-11-08added commentsRobin Haberkorn1-0/+4
2012-11-08support line termination ($$) as immediate editing command + some fixesRobin Haberkorn1-0/+6
2012-11-08added missing transition table initialization for label stateRobin Haberkorn1-0/+5
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-0/+193