summaryrefslogtreecommitdiff
path: root/src/GF/Source
AgeCommit message (Expand)Author
2009-03-16use new parser which supports the syntax in GF.Grammar.Grammar directlykrasimir
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-23remove some more obsolete codekrasimir
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
2008-12-08data structures for param values with number, preparing optimized pattern mat...aarne
2008-11-27Remove ununsed GF.Source.SharedString module.bjorn
2008-11-26Don't use string sharing in LexGF.bjorn
2008-10-20Added --parser=ondemand flag.bjorn
2008-10-15restored the possibility to compile .cf files to gfaarne
2008-10-15Merge ModuleOptions and Options.bjorn
2008-10-15Added OPTIONS class to make options handling somewhat nicer. Next, I will mer...bjorn
2008-10-03Added | syntax for variants.bjorn
2008-10-02Regenerate source GF parser from GF.cf. Now, when GF/Source/Makefile is used,...bjorn
2008-10-02Added src/GF/Source/Makefile for regenerating the GF source parser from GF.cf.bjorn
2008-10-02Converted GF/Source/*.hs to Unix line endings, to be able to see what happens...bjorn
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2008-06-25removed src for 2.9aarne
2008-04-22Use Happy grammar for imports extraction instead of hand made shallow crapy g...krasimir
2008-04-17ByteString.readFile should be used instead of readFileStrict. This fixes the ...krasimir
2008-03-18miising ErrM added...aarne
2008-03-15putting pattern macros in place (not properly tested yet)aarne
2008-03-15switched to unmodified BNFC-generated componentsaarne
2008-01-04finalizing experiments with Finnish nounsaarne
2007-11-27started experimental new module syntaxaarne
2007-11-01Added explicit export list to ParGF.bringert
2007-11-01Regenerated ParGF.y with current BNFC, and regenerated ParGF.hs with Happy 1....bringert
2007-10-08gfc now generates gfcc with deptypes, defs, printnamesaarne
2007-09-20compact printing of gf filesaarne
2007-06-19extended functor syntaxaarne
2007-06-17marked deprecated productions in GF.cfaarne
2007-05-15started direct compiler from GF to GFCCaarne
2006-11-18overload syntax; type printing in CheckGrammaraarne
2006-11-17oper overloading: first implemenatation using recordsaarne
2006-11-14internal representation for param value indexaarne
2006-09-01the Error type; better lexer error reportingaarne
2006-08-28the EOF error changed to more informative lexer error msgaarne
2006-05-23bug fix in with-modules and gr checker; factoring out cats to Commonaarne
2006-03-04example based also with treebank, with real term parseraarne
2006-01-07regular expression patternsaarne
2006-01-07regex patterns for tokensaarne
2006-01-06concatenation string patternsaarne
2005-12-20full disjunctive patterns ; more prec levels for Expaarne
2005-12-06opers in cncaarne
2005-12-02floats in GF and GFC (parsing user input still doesn't work)aarne
2005-10-04data defsaarne
2005-10-02def and Listaarne
2005-05-30restricted inheritance almost implementedaarne
2005-05-30BinTree vs. FiniteMapaarne
2005-05-30a dialogue resource startedaarne