summaryrefslogtreecommitdiff
path: root/src/GF/Data
AgeCommit message (Collapse)Author
2007-10-20Added Compos instance generation to the haskell_gadt printer. Added ↵bringert
GF.Data.Compos module which is imported by the code generated by haskell_gadt.
2007-06-17checking name conflicts; some RGs don't work nowaarne
2007-06-14Added OPTIONS_GHC -fglasgow-exts to files that use GHC extensions.bringert
2007-01-21Get speechLanguage flag from both command-line and grammar. Reformat it to ↵bringert
RFC3066 format (- instead of _) and use it in SRGS, VoiceXML and JSGF.
2007-01-07Added ETag constructor to GF.Data.XML.XML since not all tags can use the ↵bringert
empty shorthand.
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-12-12Use ebnf srg generation in PrSRGS.bringert
2006-12-08Changed SRGS SISR printing to be closer to the current working draft ↵bringert
standard, as supported by the WebSphere implementation (and thus Opera).
2006-11-24improved error reporting in .ebnf format parseraarne
2006-06-21tail call recursive implementation of BacktrackMkr.angelov
2006-06-08add the chartAssocs function. It returns both the key and the item.kr.angelov
2006-06-01Add foldBM, foldSolutions and foldFinalStates functionskr.angelov
2006-05-20Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, ↵bringert
change all latin-1 characters in haskell code to escapes.
2006-03-09inferred constants in profilespeb
2006-03-03distinguished uni and multi treebanksaarne
2006-03-03XML module: added CData support. Escape stuff that needs to be escaped in XML.bringert
2006-02-03Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.bringert
2006-02-01SRGS: add top-level rules for each GF category.bringert
2006-02-01First version of SRGS with semantic tags.bringert
2006-01-20Use right start category names in si command.bringert
2006-01-05Print slf_graphviz with subgraphs.bringert
2005-12-22Some performance improvements in the FA generation.bringert
2005-11-17nondeterministic lexer, e.g. subseqsaarne
2005-11-11More efficient implementations of mapPairsM and mapPairListMbringert
2005-11-01Documented SRGS XML generation. Started working on support for probabilities ↵bringert
in SRG generation. Added support for probabilities in for SRGS.
2005-10-26Made removeIdenticalRules faster by using sortNubBy instead of nubBy.bringert
2005-09-22Generated finite state networks are now state minimal.bringert
2005-09-14Started wotking on NFA to DFA.bringert
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ↵bringert
GF.Data.Utilities.
2005-06-11undo k and keep position in editoraarne
2005-05-30BinTree vs. FiniteMapaarne
2005-05-09"Committed_by_peb"peb
2005-04-21Fixed module names and imports after giant file move.bringert
2005-04-20"Committed_by_peb"peb
2005-04-12"Committed_by_peb"peb
2005-04-11"Committed_by_peb"peb
2005-03-29"Committed_by_peb"peb
2005-03-21"Committed_by_peb"peb
2005-03-14Err is now an instance of MonadPlus.krijo
2005-02-24"Committed_by_peb"peb
2005-02-18"Committed_by_peb"peb
2005-02-17"Committed_by_peb"peb
2005-02-09"Committed_by_peb"peb
2005-02-09"Committed_by_peb"peb
2005-02-04resources and new instantiation syntaxaarne
2005-02-04"Committed_by_peb"peb
2005-02-03"Committed_by_peb"peb
2004-12-06Use HashTable to share strings in tokens when parsing GFC files.bringert
2004-08-23Added CFGM format (pm -printer=cfgm) and utf8 conversion for pm.bringert
2004-06-15improved make facility: remember state if fails; does not need sourceaarne