summaryrefslogtreecommitdiff
path: root/src/GF/Speech/CFGToFiniteState.hs
AgeCommit message (Expand)Author
2005-12-22Some performance improvements in the FA generation.bringert
2005-12-22Some tracing and formatting stuff looking for the the stack overflow problem ...bringert
2005-12-13Added semi-working speech_input command.bringert
2005-11-10Prepared for generation of finite automata in C.bringert
2005-10-26Moved Graph and Relation stuff to separate modules. Added some QuickCheck pro...bringert
2005-09-14Parametrized the type of FAs over the state type.bringert
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ...bringert
2005-09-12Added printer for regular grammars. Changed some foldrs to foldls to improve ...bringert
2005-09-12Completed unoptimized SLF generation.bringert