summaryrefslogtreecommitdiff
path: root/src/GF/Compile/Rename.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-10-28restructure ResParam and ResValuekrasimir
2009-10-24split the abstract syntax specific and the concrete syntax specific modules ↵krasimir
in different subfolders in GF.Compile
2009-10-02refactor GF.Infra.CheckM and use the CheckM monad in the renamer as wellkrasimir
2009-09-20syntax for implicit arguments in GFkrasimir
2009-09-17remove the transfer modules. We don't need anything special, a transfer ↵krasimir
module is module without concrete syntax
2009-09-14Use GF.Grammar.Printer everywhere instead of PrGrammarkrasimir
2009-05-22some work on evaluation with abstract expressions in PGFkrasimir
2009-05-22bugfix to the previous patcheskrasimir
2009-05-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-05-20more friendly error message when renaming patternskrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during ↵krasimir
module update
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
2008-11-26My profiling showed that the BinTree operations were responsible for about ↵bjorn
60% of the CPU time when reading a large .gfo file. Replacing BinTree by Data.Map reduced this to about 6%, which meant about 50% reduction in total CPU time.
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2008-06-25removed src for 2.9aarne
2008-03-15putting pattern macros in place (not properly tested yet)aarne
2008-03-07new Finnish paradigms integratedaarne
2007-07-05hacky solution to name resolution warningsaarne
2007-06-18fixed the mysterious "file..gfc" erroraarne
2007-06-18overloading in ParadigmsFreaarne
2007-06-17checking name conflicts; some RGs don't work nowaarne
2006-11-24rename patterns bug fixaarne
2006-11-17oper overloading: first implemenatation using recordsaarne
2006-11-14internal representation for param value indexaarne
2006-06-20resource.txt updates ; lock field and lookup book fixesaarne
2006-01-07regular expression patternsaarne
2006-01-07regex patterns for tokensaarne
2006-01-06concatenation string patternsaarne
2005-12-02floats in GF and GFC (parsing user input still doesn't work)aarne
2005-05-30BinTree vs. FiniteMapaarne
2005-04-21Fixed module names and imports after giant file move.bringert
2005-02-18"Committed_by_peb"peb
2005-02-09"Committed_by_peb"peb
2005-02-04"Committed_by_peb"peb
2004-09-24bug fixes in parsing etc; improved ImperCaarne
2004-03-31Added support for cf and ebnf formatsaarne
2004-03-24Restoring old functionalityaarne
2004-01-21PredefAbs for bwcaarne
2003-11-25Fixer a nbug in >>RenameS: ↵aarne
----------------------------------------------------------------------
2003-11-11Working with interfaces.aarne
Working with interfaces. Created new place for grammar parsers. Created new script jgf2+.
2003-11-10Morphological analysis and glueing.aarne
2003-11-07Fixed treatment of predefined types (Int, String).aarne
Fixed treatment of predefined types (Int, String). Added treatment of new reserved words to reading old grammars.
2003-11-05working with interfacesaarne
2003-10-23Working with interfaces and incomplete modules.aarne
2003-10-21Rebuilding resource libraries.aarne
Rebuilding resource libraries. Working with resource interfaces.
2003-10-09Added treatment of transfer modules. Aggregation is an example.aarne
2003-10-01Putting def definitions in place.aarne
2003-09-22Founding the newly structured GF2.0 cvs archive.aarne