summaryrefslogtreecommitdiff
path: root/src/GF/Compile
AgeCommit message (Expand)Author
2009-05-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-05-20more friendly error message when renaming patternskrasimir
2009-05-20fix the generation of warnings in CheckGrammar. They are printed even in quie...krasimir
2009-05-18removed some debug traceskrasimir
2009-05-18added filtering for useless productions in PMCFGkrasimir
2009-05-18pattern macros: oper f : pattern T = # p ; used as #f in patternsaarne
2009-05-16the new PMCFG compilation scheme is pushed. the old version is kept in Genera...krasimir
2009-05-15the check for lincat C = <> is made more robustkrasimir
2009-05-15if the lincat is empty record the linearizations are derived automaticallykrasimir
2009-05-11-gfo-files is consulted not only when .gfo files are created but also when we...krasimir
2009-04-30upgrade to GHC 6.10.2krasimir
2009-04-14refactor GF.Data.BacktrackM to use the MonadState and Functor classeskrasimir
2009-04-06warning for overshadowed patterns, temporal solutionaarne
2009-03-16incomplete support for record types in the abstract syntaxkrasimir
2009-03-16use new parser which supports the syntax in GF.Grammar.Grammar directlykrasimir
2009-03-15some more refactoringkrasimir
2009-03-15code cleanup in the typecheckerkrasimir
2009-03-13remove the obsolete GF.Infra.PrintClasskrasimir
2009-03-05fix the update of overloaded functionskrasimir
2009-03-05in GF.Grammar.Update - remove the indirection before to print the error messagekrasimir
2009-03-04qualified/unqualified mode for GF.Grammar.Printer. Used in the "cc" commandkrasimir
2009-02-23fix the handling of flag codingkrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during mo...krasimir
2009-02-07PMCFG pretty printerkrasimir
2009-02-01another bugfix in the module dependency checkerkrasimir
2009-01-31merge Lookup and LookAbs and move some lookup functions from PrGrammar to Lookupkrasimir
2009-01-31some dead code elimination in UseIO and ReadFileskrasimir
2009-01-31fix flag handling in combination with binary serializationkrasimir
2009-01-31bug fix in the module dependencies checkerkrasimir
2009-01-23remove some more obsolete codekrasimir
2009-01-23.gfo files in binary formatkrasimir
2009-01-20remove some dead types from GF.Grammar.Grammarkrasimir
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
2008-12-08removed dependencies of Zipper and editor in GF grammar compileraarne
2008-12-08preperations for Val of paramsaarne
2008-12-08data structures for param values with number, preparing optimized pattern mat...aarne
2008-12-04fixed a Compute bug due to failure to match typed record values with untyped ...aarne
2008-11-26My profiling showed that the BinTree operations were responsible for about 60...bjorn
2008-11-17Fix in Prolog output of the atom "'"peb
2008-10-30Include .gf file name in source parsing syntax error message.bjorn
2008-10-28remove some redundant imports of GF.Text.UTF8krasimir
2008-10-28binary serialization for PGFkrasimir
2008-10-27missing case in PGF generationaarne
2008-10-21efficient and nicer implementation for literal categorieskrasimir
2008-10-20Added --parser=ondemand flag.bjorn
2008-10-20Added PGF.Macros.mapConcretesbjorn
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-19move the literal category names to PGF.Macroskrasimir
2008-10-16Export list in GF.Compile.GetGrammarbjorn
2008-10-16Copy command-line flags to in-memory module when reading from a .gfo file. Th...bjorn