aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
* uses BSD tree macros, might later be abstracted to a C++ table class