summaryrefslogtreecommitdiff
path: root/src/GF/Source/ParGF.hs
AgeCommit message (Collapse)Author
2009-03-16use new parser which supports the syntax in GF.Grammar.Grammar directlykrasimir
2008-10-03Added | syntax for variants.bjorn
2008-10-02Regenerate source GF parser from GF.cf. Now, when GF/Source/Makefile is ↵bjorn
used, no hand-hacking is needed.
2008-10-02Converted GF/Source/*.hs to Unix line endings, to be able to see what ↵bjorn
happens when I regenerated the files.
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 ↵krasimir
grammar
2008-03-15putting pattern macros in place (not properly tested yet)aarne
2008-03-15switched to unmodified BNFC-generated componentsaarne
2007-11-01Added explicit export list to ParGF.bringert
2007-11-01Regenerated ParGF.y with current BNFC, and regenerated ParGF.hs with Happy ↵bringert
1.17. This seems to fix some of the less informative parsing error messages.
2007-06-19extended functor syntaxaarne
2006-08-28the EOF error changed to more informative lexer error msgaarne
2006-01-07regular expression patternsaarne
2006-01-07regex patterns for tokensaarne
2005-12-20full disjunctive patterns ; more prec levels for Expaarne
2005-12-02floats in GF and GFC (parsing user input still doesn't work)aarne
2005-05-26romance Inf ; %, includedaarne
2005-05-25Added support for list categories.bringert
2005-04-21Fixed module names and imports after giant file move.bringert
2005-02-04resources and new instantiation syntaxaarne
2005-02-04Removed module headers from generated files with pragmasbringert
2005-02-04"Committed_by_peb"peb
2005-01-11-val optimizationaarne
2004-12-06Use strict parser and GHC-specific lexer for source grammars.bringert
2004-09-14gfcm headeraarne
2004-06-24last-minute bug fixesaarne
2004-02-27Started with unions.aarne
2003-11-11Working with interfaces.aarne
Working with interfaces. Created new place for grammar parsers. Created new script jgf2+.