summaryrefslogtreecommitdiff
path: root/src/GF/Parsing/FCFG/PInfo.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2008-01-03Store FCFPInfo (all information needed for FCFG parsing) in GFCC files, and ↵bringert
in the internal DataGFCC.GFCC structure. The parsing information format is still in flux.
2007-12-14removed dep. on GFCCRawaarne
2007-12-13new GFCC concrete syntax in place everywhereaarne
2007-10-12FCat is just a plain integer nowkr.angelov
2007-09-24move the FCFG lexer to FCFG.Active where it should have been. It was a hack ↵kr.angelov
anyway
2007-09-24remove FTypes module and move all definitions to Formalism.FCFGkr.angelov
2007-09-23remove some redundant dependencies from FCFGkr.angelov
2007-09-20refactored FCFG parsing to fit in GFCC shellaarne
2006-12-28GFCC to FCFG conversionkr_angelov
2006-06-08code polishing for the literal category supportkr.angelov
2006-06-06initial support for literal categories e.g. String,Int and Floatkr.angelov
2006-06-07corrected bottomup FCFG parsingpeb
2006-06-01enable parsing of empty stringkr.angelov
2006-06-01update the copyright messageskr.angelov
2006-06-01add the FCFG parserkr.angelov