|
TuringSim
C++ framework to simulate abstract computing models
|
Namespace for transitions. More...
Namespaces | |
| Amnesic | |
| Transitions for amnesic machines. | |
| FSM | |
| Transitions for finite-state machines. | |
| PDM | |
| Transitions for pushdown machines. | |
| Turing | |
| Transitions for Turing machines. | |
Classes | |
| class | ConfigurationDoesNotMatchException |
| Exception thrown when we try to apply a transition to a configuration which does not match. More... | |
| class | Transition |
| Base class for transitions. More... | |
Namespace for transitions.