summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
2010-07-07report type errors in the shell from command "p"krasimir
2010-07-01the abstract syntax for Predef.gf is now hard-coded in AppPredefined.hskrasimir
2010-07-01reorganize the modules in GF.Compile.*krasimir
2010-07-01redesign the open-literals APIkrasimir
2010-06-30compilation of pattern matching using the algorithm of Lennart Augustsson. No...krasimir
2010-06-30rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...krasimir
2010-06-29forgot to fix the import in GF.Speech.CFG to get the Token typekrasimir
2010-06-29introduce the type synonym Token=String in the PGF APIkrasimir
2010-06-22fix the compilation of literal categories in GeneratePMCFG.hskrasimir
2010-06-21GF.Grammar.Printer: print expressions with lincat and linkrasimir
2010-06-20addFCoercion -> addCoercion in GeneratePMCFGkrasimir
2010-06-20getFCats -> getFIds in GeneratePMCFGkrasimir
2010-06-20removed debugging code in GeneratePMCFG.hskrasimir
2010-06-18Yay!! Direct generation of PMCFG from GF grammarkrasimir
2010-06-18the automatically generated printnames were just junks. Now we store printnam...krasimir
2010-06-17rename GF.Grammar.Predef.isPredefCat to isLiteralCatkrasimir
2010-06-17GF.Grammar.Lookup.allParamValues now works for table types as wellkrasimir
2010-06-03case for pre in CF generation (ignores alternatives so far)aarne
2010-06-09dead code elimination for PGF. Note: the produced grammars will not work well...krasimir
2010-06-08fixed bug in the recompilation checker which caused the phrasebook to be reco...krasimir
2010-06-08bugfix for flag -no-recompkrasimir
2010-06-08revert change in GF.Grammar.Printer that was intended for debugging onlykrasimir
2010-05-28refactoring in GF.Grammar.Grammarkrasimir
2010-05-28composOp should iterate under ImplArgkrasimir
2010-05-28bugfix in GF.Grammar.Printerkrasimir
2010-05-26since now we don't do common subexpression elimination for PGF we could simpl...krasimir
2010-05-19now the parser could return partial parse resultskrasimir
2010-05-08spacing of German numeralsaarne
2010-05-07Amharic transliteration by Markosaarne
2010-04-30for backward compatibility we have the old parse function again. the old func...krasimir
2010-04-30first incarnation of the bracketed string APIkrasimir
2010-04-28new option pg -funsaarne
2010-04-28wf,vt,vp,vd,aw should store files in utf8krasimir
2010-04-27fix the -view option for vt,vp,vd,aw to work on Windowskrasimir
2010-04-24convert GF.Data.SortedList to UTF8krasimir
2010-04-22removed mention of 2.9 welcome, and some traces in visualizationaarne
2010-04-19fix command cc for Unicodekrasimir
2010-04-19always use Haskeline. drop Readline & Editlinekrasimir
2010-04-19use the native unicode support from GHC 6.12krasimir
2010-04-06dependency graph can be restricted to some modules; added help dgaarne
2010-04-04in the shell, permit 3-letter lang codes as concrete syntax namesaarne
2010-04-01Urdu transliteration fixed (by Shafqat)aarne
2010-03-31fixed a deep bug in TypeCheck due to swap of arguments; print empty record as...aarne
2010-03-24bugfix in the lProlog generatorkrasimir
2010-03-24partial support for def-rules in the Lambda Prolog generationkrasimir
2010-03-24now for every category we store, in PGF, the list of functions for it in sour...krasimir
2010-03-23typo in CheckGrammarkrasimir
2010-03-23use the new more accurate location information for some error messageskrasimir
2010-03-23added codepage for Turkishkrasimir
2010-03-23added comment to every GF.Text.CPxxxx module about the purpose of the codepagekrasimir