summaryrefslogtreecommitdiff
path: root/GF.cabal
AgeCommit message (Expand)Author
2009-12-15Update version number 3.0 to 3.1 in a number of placeshallgren
2009-12-15Add build-tools: happy, alexhallgren
2009-12-14use forward slash instead of back slash in GF.cabalkrasimir
2009-12-14remove some more dead codekrasimir
2009-12-14remove the old parsing code and the -erasing=on flagkrasimir
2009-12-14rename some modules that had GFCC in the name to PGF+somethingkrasimir
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-10-25add GF.Compile.Concrete.TypeCheck in GF.cabalkrasimir
2009-10-24split the abstract syntax specific and the concrete syntax specific modules i...krasimir
2009-10-24expose the tree visualization via PGF APIkrasimir
2009-10-01fix the least version number for the base packagekrasimir
2009-09-28export the morphology API from PGFkrasimir
2009-09-15forgot to push the changes to GF.cabalkrasimir
2009-09-08now the datatype Tree is only internal. All API functions are working with Ex...krasimir
2009-09-05simple profiler for PMCFGkrasimir
2009-06-16completely phrase based parser and support for pre {} in PMCFGkrasimir
2009-05-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-05-11Setup.hs now builds RGL. the code is borrowed from Make.hskrasimir
2009-04-30conditional support for haskeline, readline and editlinekrasimir
2009-04-30upgrade to GHC 6.10.2krasimir
2009-03-16use new parser which supports the syntax in GF.Grammar.Grammar directlykrasimir
2009-03-15update GF.cabalkrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during mo...krasimir
2009-02-07PMCFG pretty printerkrasimir
2009-01-31merge Lookup and LookAbs and move some lookup functions from PrGrammar to Lookupkrasimir
2009-01-20add hopefully complete binary serialization for the GF.Grammar.Grammar abstra...krasimir
2009-01-20pretty printer for the GF.Grammar syntax. still not in usekrasimir
2008-12-06remove GF.Source.SharedString from GF.cabalkrasimir
2008-10-29Replace PGF.Raw with PGF.Binary in the executable section of GF.cabalbjorn
2008-10-28binary serialization for PGFkrasimir
2008-10-20Added on-demand parser generation back in. It's pretty unproblematic, and can...bjorn
2008-10-20Drop -beta2 from version in GF.cabal. It confuses cabal-install.bjorn
2008-10-20add parser and pretty printer for typeskrasimir
2008-10-19move PGF.Quiz to GF.Quiz. It is not part of the PGF APIkrasimir
2008-10-16Removed on-demand parser generation from the PGF interpreter.bjorn
2008-10-15Added PGF.TypeCheck to .cabal.bjorn
2008-10-14register PGF.AbsCompute and PGF.Paraphrase in GF.cabalkrasimir
2008-10-13remove GF.Source.ErrM from GF.cabalkrasimir
2008-09-16build parsers on demand if they aren't in the PGF filekrasimir
2008-09-10bump version number to beta2krasimir
2008-08-22Renamed the gf3 executable to gf in GF.cabalbjorn
2008-08-22Removed Overload modules from GF.cabal.bjorn
2008-08-18Updated resource grammar fle list in GF.cabalbjorn
2008-06-28change the path from resource-1.4 to resource in cabalkrasimir
2008-06-27change the version number to beta in cabalkrasimir
2008-06-25Changed src-3.0 to src in GF.cabalbjorn
2008-06-19yBGLexicon is not part of the distribution -> remove from cabalkrasimir
2008-06-19move the prelude sources to the prelude directory and add the resource librar...krasimir
2008-06-19split the Exp type to Tree and Exprkrasimir