summaryrefslogtreecommitdiff
path: root/src/GF/Speech/PrFA.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2007-12-20Added newlines and ends of some files. This makes sed happy.bringert
2007-06-27Refactor TransformCFG: use Map for CFRules.bringert
2007-06-21Removed some unused imports of GF.Speech.SRG.bringert
2007-03-20Do the same initial transformations as for CFGs when generating FAs: remove ↵bringert
cycles, identical rules and down top-down and bottom-up filtering.
2007-01-05Changed all SRG printer to take Options and StateGrammar arguments. This ↵bringert
makes Custom a lot cleaner.
2007-01-05Change input to the different SRG printers to be StateGrammar instead of ↵bringert
CGrammar. This to allow looking at the types in SISR, and to reduce the number of argument passed from Custom.
2006-01-17Use cat and language in ATK si. Support language switching with ATK.bringert
2005-12-22Some tracing and formatting stuff looking for the the stack overflow problem ↵bringert
in the FA generation.
2005-12-13Added semi-working speech_input command.bringert
2005-11-10Prepared for generation of finite automata in C.bringert
2005-11-10Moved FA and regular grammar printers to a separate module.bringert