summaryrefslogtreecommitdiff
path: root/src/GF/Compile/GrammarToGFCC.hs
AgeCommit message (Expand)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir
2009-11-12before the optimizations OptParametrize and OptValues were applied twice. in ...krasimir
2009-11-12bugfix: GF.Compile.GrammarToGFCC should not strip the parameter valueskrasimir
2009-10-28restructure ResParam and ResValuekrasimir
2009-10-27simplify the Term againkrasimir
2009-10-25strip some redundant constructors from GF.Grammar.Grammarkrasimir
2009-10-24split the abstract syntax specific and the concrete syntax specific modules i...krasimir
2009-09-21refactoring in GF.Grammar.Macroskrasimir
2009-09-20syntax for implicit arguments in GFkrasimir
2009-09-20rename MetaSymb in GF.Grammar.Grammar to MetaId to match the convention in PGFkrasimir
2009-09-20change the data types and the syntax in PGF to match the new syntax for impli...krasimir
2009-09-25bugfix: the identifiers in the output of l -table should not be qualifiedkrasimir
2009-09-14clean up the GF.Grammar APIkrasimir
2009-09-14Use GF.Grammar.Printer everywhere instead of PrGrammarkrasimir
2009-09-14CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that w...krasimir
2009-09-06hopefully complete and correct typechecker in PGFkrasimir
2009-07-05PGF.Type.Hypo now can represent explicit and implicit arguments and argument ...krasimir
2009-09-05simple profiler for PMCFGkrasimir
2009-05-22some work on evaluation with abstract expressions in PGFkrasimir
2009-05-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during mo...krasimir
2009-01-31bug fix in the module dependencies checkerkrasimir
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
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-10-28remove some redundant imports of GF.Text.UTF8krasimir
2008-10-28binary serialization for PGFkrasimir
2008-10-27missing case in PGF generationaarne
2008-10-20Added --parser=ondemand flag.bjorn
2008-10-20Added PGF.Macros.mapConcretesbjorn
2008-10-16Honor --erasing flag from command-line also when compiling existing .gfo to PGF.bjorn
2008-10-15Added OPTIONS class to make options handling somewhat nicer. Next, I will mer...bjorn
2008-10-14the new optimized incremental parser and the common subexpression elimination...krasimir
2008-10-05prevent pgf from being empty when there are no concrete syntaxesaarne
2008-10-05forced checking def definitions; accept pgf with no concretesaarne
2008-09-09better error msg for missing record labelsaarne
2008-09-09completed IdiomCat to compile api and mathaarne
2008-09-09missing case in param lookup table in GrammartoGFCCaarne
2008-09-09debug information in GrammarToGFCCaarne
2008-09-09show "error" in run interruptibly mode in GFIaarne
2008-08-23infForm added to Catalan ; debugging alternative in PGF generationaarne
2008-08-16improved error message in pgf compilation to help debuggingaarne
2008-08-14forgiving names in concrete that are not in abstract, with a warning (no warn...aarne
2008-06-26uniform encoding: gfo and pgf in UTF8, internal in unicodeaarne
2008-06-26utf8 adjustmentsaarne
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2007-10-06cleaned up obsolete GFCC referencesaarne
2007-09-19adapted GFCC2FCFG to other uses of GFCC, made it to default parseraarne