summaryrefslogtreecommitdiff
path: root/src/GF/Canon/LexGFC.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2005-12-02floats in GF and GFC (parsing user input still doesn't work)aarne
2005-06-17Changed name of Con constructor in GFC.cf to avoid errors on Windows when ↵bringert
generating Java code with BNFC for the GFC grammar. CON is a reserved filename on Windows. Con was changed to Par, and all the code using was changed too.
2005-04-21Fixed module names and imports after giant file move.bringert
2005-02-04Removed module headers from generated files with pragmasbringert
2005-02-04"Committed_by_peb"peb
2005-01-11-val optimizationaarne
2004-12-08Generated GF and GFC lexers with BNFC with string sharing support.bringert
2004-12-07Do string sharing after unescaping in source and canonical grammars.bringert
2004-12-06More sharing of reserved words in GF and GFC lexers. Added GF lexer alex file.bringert
2004-12-06Use strict parser and GHC-specific lexer for source grammars.bringert
2004-12-06Use HashTable to share strings in tokens when parsing GFC files.bringert
2004-12-02Made GFC parser strict. Generated GFC lexer with alex -g. In total, this ↵bringert
drops the memory residency after loading a large gfc file by about 40%.
2004-09-23Ints naarne
2004-09-14gfcm headeraarne
2003-10-09Added treatment of transfer modules. Aggregation is an example.aarne
2003-09-22Founding the newly structured GF2.0 cvs archive.aarne