summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-07remove duplicated function from GF.Grammar.Macroskrasimir
2009-10-07the Setup.hs script should build the prelude alsokrasimir
2009-10-06fix the error message for overload resolutionkrasimir
2009-10-06hopefully the last revision of the relative paths handling algorithmkrasimir
2009-10-05another attempt to get the paths handling rightkrasimir
2009-10-05paths in Symbol modules; present in ResRon (not complete)aarne
2009-10-03bugfix in extendPathEnvkrasimir
2009-10-03update the testsuitekrasimir
2009-10-02merge GF.Grammar.API into GF.Grammarkrasimir
2009-10-02refactor GF.Infra.CheckM and use the CheckM monad in the renamer as wellkrasimir
2009-10-02Implicit arguments in GF. Works only in PGF for now.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-20remove the Read instances from GF.Grammar.Grammarkrasimir
2009-09-20rename Decl in GF.Grammar.Grammar to Hypo 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-10-01fix the least version number for the base packagekrasimir
2009-09-28export the morphology API from PGFkrasimir
2009-09-25bugfix: the identifiers in the output of l -table should not be qualifiedkrasimir
2009-09-23bugfix in the filterProds functionkrasimir
2009-09-23the pmcfg_pretty printer now prints the actual grammar used for parsingkrasimir
2009-09-19better error message for the ai commandkrasimir
2009-09-19bugfix in PGF.TypeCheckkrasimir
2009-09-19use the syntax <x : A> in PGF.Expr for typed expressions. This is consistent ...krasimir
2009-09-18command ai doesn't need typechecking from the shellkrasimir
2009-09-18typo in PGF.Exprkrasimir
2009-09-17fix in GF.Grammar.Printerkrasimir
2009-09-17added pt -transferkrasimir
2009-09-17remove the transfer modules. We don't need anything special, a transfer modul...krasimir
2009-09-17bugfix in the ai commandkrasimir
2009-09-16more fixes in the testsuitekrasimir
2009-09-16another fix in the testsuitekrasimir
2009-09-16fix some tests in the testsuitekrasimir
2009-09-16add Romanian to the build systemkrasimir
2009-09-15make Romanian compilable for present, and Bronzeage for most languagesaarne
2009-09-15forgot to push the changes to GF.cabalkrasimir
2009-09-14update the compiler testsuitekrasimir
2009-09-14clean up the GF.Grammar APIkrasimir
2009-09-14Use GF.Grammar.Printer everywhere instead of PrGrammarkrasimir
2009-09-14fix typo in CheckGrammarkrasimir
2009-09-14added some tests in the testsuite for the compilerkrasimir
2009-09-14CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that w...krasimir
2009-09-13added needsTypeCheck parameter to CommandInfo. The argument to the command is...krasimir
2009-09-13the testsuite\runtime\parser test now generates random trees to test the pars...krasimir
2009-09-11added wrapper functions for expression manipulations in PGF. The Haskell API ...krasimir
2009-09-11polish the PGF API and make Expr and Type abstract types. Tree is a type syno...krasimir
2009-09-08now the datatype Tree is only internal. All API functions are working with Ex...krasimir
2009-09-07export Hypo(..) from PGFkrasimir
2009-09-07make the PMCFG generation lazy again. it was made strict when the profiler wa...krasimir