All manuals tcllib
Finite automaton operations and usage
4 commands
G
- grammar::fa Create and manipulate finite automatons destroy clear serialize deserialize states state add state delete state exists state rename startstates start add start remove start? start?set finalstates final add final remove final? final?set symbols symbols@ symbols@set symbol add symbol delete symbol rename symbol exists next !next nextset is deterministic is complete is useful is epsilon-free reachable_states unreachable_states reachable useful_states unuseful_states useful epsilon_closure reverse complete remove_eps trim determinize minimize complement kleene optional union intersect difference concatenate fromRegex
- grammar::fa::dacceptor Create and use deterministic acceptors destroy accept?
- grammar::fa::dexec Execute deterministic finite automatons destroy put reset state error final
- grammar::fa::op Operations on finite automatons
Copyright#
- Copyright © 2004-2009 Andreas Kupries <andreas_kupries@users.sourceforge.net>
- Copyright © 2007 Bogdan <rftghost@users.sourceforge.net>