summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Custom.hs
AgeCommit message (Expand)Author
2006-12-28GFCC to FCFG conversionkr_angelov
2007-09-19Include startcat in generated JavaScript.bringert
2007-06-25Added srgs_abnf_non_rec.bringert
2007-06-25Added non-recursive SRGS printing.bringert
2007-06-20Added regexps grammar printer. This is a first step towards recursion-free SRGS.bringert
2007-05-10Added haskell_gadt -printer. It does not include a Compos instance yet, so it...bringert
2007-05-10printing abs as BNFaarne
2007-01-21Removed the srg value for pg -printer. Users should use pg -printer=srgs_abnf...bringert
2007-01-19Removed the old srg printer, which produced SRGS ABNF.bringert
2007-01-19Added SRGS ABNF generation.bringert
2007-01-05VoiceXML printer no takes Options and StateGrammar, like SRG printers do.bringert
2007-01-05Changed all SRG printer to take Options and StateGrammar arguments. This make...bringert
2007-01-05Change input to the different SRG printers to be StateGrammar instead of CGra...bringert
2006-12-28Use printname to make VoiceXML prompts.bringert
2006-12-17Many fixes to JSGF format (never tested before). Implemented JSGF+SISR. Left ...bringert
2006-12-15Towards smaller SRGs when lots of variants are used.bringert
2006-12-08Changed SRGS SISR printing to be closer to the current working draft standard...bringert
2006-11-30Added the beginnings of GFCC to JavaScript conversion.bringert
2006-10-07slight change in gfcc syntax and evaluationaarne
2006-10-02gfcc.txt almost readyaarne
2006-09-19FCFG format in BNFCaarne
2006-09-05starting GFCC formataarne
2006-06-20made -fcfg default parser; added lexer textvarsaarne
2006-06-07new conversion MCFG -> FCFG, new grammar printers for FCFGpeb
2006-06-02added -fcgf grammar printerpeb
2006-04-19Use quest_Cat to generate questions in the VoiceXML printer.bringert
2006-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-04-13Added -startcat flag to the pg command.bringert
2006-03-16MatchTerm: testing conditions on terms, e.g. nodupaarne
2006-02-03Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.bringert
2006-02-01First version of SRGS with semantic tags.bringert
2006-01-17Use cat and language in ATK si. Support language switching with ATK.bringert
2006-01-05Added monolithic SLF builind back in.bringert
2005-11-29Added GrammarToTransfer. It works, except that the constructor types are miss...bringert
2005-11-17nondeterministic lexer, e.g. subseqsaarne
2005-11-16"Committed_by_peb"peb
2005-11-10Prepared for generation of finite automata in C.bringert
2005-11-10Moved FA and regular grammar printers to a separate module.bringert
2005-11-09preparing for new ShellStateaarne
2005-11-01Documented SRGS XML generation. Started working on support for probabilities ...bringert
2005-10-31probabilities in ShellStateaarne
2005-10-31Added SRGS XML grammar printer.bringert
2005-10-12gt -atomsaarne
2005-10-05grep etcaarne
2005-10-05"Committed_by_peb"peb
2005-09-29lexer=ignoreaarne
2005-09-18common subexp eliminationaarne
2005-09-14unparaarne
2005-09-12Added printer for regular grammars. Changed some foldrs to foldls to improve ...bringert
2005-09-12Completed unoptimized SLF generation.bringert