summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-06-08bug fix in MkConcreteaarne
2006-06-07added the file GF.Conversion.MCFGtoFCFGpeb
2006-06-07Lang modules in terms of Grammaraarne
2006-06-07corrected bottomup MCFG parsing, added GF.Parsing.MCFG.FastActivepeb
2006-06-07corrected bottomup FCFG parsingpeb
2006-06-07new conversion MCFG -> FCFG, new grammar printers for FCFGpeb
2006-06-03fixed a file reading bug ; improved piaarne
2006-06-03remove the dummy (Print n) contextkr.angelov
2006-06-03the constraints list in the conversion rules should be sorted tookr.angelov
2006-06-03check circularities in lnaarne
2006-06-02also count lin in oper circ check (some problems remain)aarne
2006-06-02added -fcgf grammar printerpeb
2006-06-02fix the "stack overflow" error with the Swedish grammarkr.angelov
2006-06-01enable parsing of empty stringkr.angelov
2006-06-01bugfixkr.angelov
2006-06-01less recompilation of cf and morphoaarne
2006-06-01author listaarne
2006-06-01update the copyright messageskr.angelov
2006-06-01add the FCFG parserkr.angelov
2006-06-01The SLinType type is changed so that you don't have to use enumerateTerms ↵kr.angelov
each time when you want to know the possible table arguments
2006-06-01Add foldBM, foldSolutions and foldFinalStates functionskr.angelov
2006-06-01reload = r commandaarne
2006-06-01bug fixes: too much reading of files ; lin of variant recordsaarne
2006-05-31Disable special treatment of lists in SRGS+SISR generation, since OptimTalk ↵bringert
can't handle it.
2006-05-30l -multi -all/-table ; same with tbaarne
2006-05-30BronzeageDanaarne
2006-05-30lincat typecheck and abstract-interface extension fixedaarne
2006-05-24updated dialogue to multimodal ; bug fixes in grammar compilationaarne
2006-05-23bug fix in with-modules and gr checker; factoring out cats to Commonaarne
2006-05-21bug fix in Predef.toStr compilationaarne
2006-05-22removed automatic lock fields - must be added by hand in places in resourceaarne
2006-05-20Imported latest config.sub and config.guess from ↵bringert
http://cvs.savannah.gnu.org/viewcvs/config/config/
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-05-20Regenerated transfer bnfc stuff with latest bnfc, happy and alex, to be able ↵bringert
to compile on GHC CVS.
2006-05-18Wordlist formataarne
2006-04-27VoiceXML generation: use cond attribute with blocks, instead of having ifs ↵bringert
inside. Recommended by OptimSys support.
2006-04-21Changed gfdoc to: include modification time of the gf file, instead of ↵bringert
document generation time; ignore pragmas at the start of the GF file; not put note about txt2tags in the generated html.
2006-04-21embedded haskelle example: queryaarne
2006-04-20Added debugging flag to generated VoiceXML.bringert
2006-04-19star in morpho analysisaarne
2006-04-19utf8 in editoraarne
2006-04-19Use quest_Cat to generate questions in the VoiceXML printer.bringert
2006-04-19Disable readline support on cygwin, regardless of GHC version.bringert
2006-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-04-13Fixed left recursion removal to not create cyclic rules.bringert
2006-04-13Removed cycles when building SRGs, to avoid getting left-recursive grammars.bringert
2006-04-13generate unique new category names when removing left recursion from cfgs.bringert
2006-04-13Fixed bug in SRG top-down filtering where the start category would be ↵bringert
removed if it wasn't referenced by itself.
2006-04-13Added top-down filtering to the GSL printer.bringert
2006-04-13Added -startcat flag to the pg command.bringert