Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures
automaton::run Namespace Reference

Data Structures

class  Accept
 Implementation of test whether automaton accepts its input. More...
 
class  Occurrences
 Implementation of automaton run over its input reporting occurrences . More...
 
class  Result
 Implementation of automaton run over its input returning the reached state. More...
 
class  Run
 Implementation of automaton run over its input. More...
 
class  Translate
 Implementation of transducer run over its input. More...