summaryrefslogtreecommitdiff
path: root/src/GF/Conversion/SimpleToFCFG.hs
AgeCommit message (Expand)Author
2008-02-26Replace fromJust with fromMaybe + error message when looking up lintype in Si...bjorn
2008-02-19Treat pre tokens as variants in SimpleToFCFG. This should allow us to parse s...bjorn
2008-02-14fix the singleton selector generationkrasimir
2008-02-05Expand higher-order abstract syntax in SimpleToFCFG.bjorn
2008-01-03Store FCFPInfo (all information needed for FCFG parsing) in GFCC files, and i...bringert
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-10-05gf works with the new gfcc formataarne
2007-10-04handle (F ..) references in the lintypeskr.angelov
2007-10-03lincat index in CanonToGFCC decreased by 1aarne
2007-10-02more debugging of GrammarToGFCCaarne
2007-09-25whitespace onlykr.angelov
2007-09-24remove FTypes module and move all definitions to Formalism.FCFGkr.angelov
2007-09-23remove some redundant dependencies from FCFGkr.angelov
2007-09-21error msg in SimpleToFCFG.convertConaarne
2007-09-20refactored FCFG parsing to fit in GFCC shellaarne
2007-09-19adapted GFCC2FCFG to other uses of GFCC, made it to default parseraarne
2007-01-11fix aliases handlingkr_angelov
2007-01-11remove all fromIntegral callskr_angelov
2006-12-28GFCC to FCFG conversionkr_angelov
2006-06-21Optimized mkSingletonSelectorskr.angelov
2006-06-21the newName variable wasn't used and now it is removedkr.angelov
2006-06-21Some performance optimizationskr.angelov
2006-06-06initial support for literal categories e.g. String,Int and Floatkr.angelov
2006-06-03support for non-linear grammarskr.angelov
2006-06-03the constraints list in the conversion rules should be sorted tookr.angelov
2006-06-02fix the "stack overflow" error with the Swedish grammarkr.angelov
2006-06-01bugfixkr.angelov
2006-06-01update the copyright messageskr.angelov
2006-06-01add the FCFG parserkr.angelov