summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile
AgeCommit message (Expand)Author
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2008-06-23fix Haskell embedded grammarskrasimir
2008-06-22Added SLF, RegExp and Dot printing to exportPGF.bjorn
2008-06-20restored mathematical in 1.4; forgave some lock fields in overload resolutionaarne
2008-06-19split the Exp type to Tree and Exprkrasimir
2008-06-17Refactor grammar export code.bjorn
2008-06-17Got GSL generation working.bjorn
2008-06-16Added --sisr option for including SISR tags in generated SRGs.bjorn
2008-06-14added translation and mophology quizzesaarne
2008-06-13arabic in 1.4 - something makes compilation get stuckaarne
2008-06-12Get JSGF generation to compile. Still untested.bjorn
2008-06-12Rename GF.Speech.SRGS to GF.Speech.SRGS_XMLbjorn
2008-06-12add generation of erasing PMCFG grammarskrasimir
2008-06-05use parser combinators to parse the shell commands. simplified CommandLine typekr.angelov
2008-06-03Get VoiceXML generation working.bjorn
2008-06-03Added "bnf" output format for debugging.bjorn
2008-06-03Added options to support SRG printing.bjorn
2008-06-03possible to inherit an overload group without excluding+openingaarne
2008-06-03eliminated copying of inherited overload branchesaarne
2008-06-03overload extension: syntax overload OldModule* {def*}aarne
2008-06-01added an argument place to ResOverload for extended overloadsaarne
2008-06-02Fixed generated Haskell modules to use only the PGF module.bjorn
2008-06-02Honor the --name flag when generating output files. Set module name in genera...bjorn
2008-05-31printing line numbers in rename and check-grammar error messagesaarne
2008-05-31added positions to Module record; avoided Module constructor where possible; ...aarne
2008-05-29sync with laptop version, irrelevant changesaarne
2008-05-27some fixes in pattern matching in Computeaarne
2008-05-30error recovery in rename and check grammar: report all errors in a module bef...aarne
2008-05-30Added setOptimization function to GF.Infra.Options. I will need to do similar...bjorn
2008-05-30replace GFCC with PGF in (almost) all placeskrasimir
2008-05-30change the PGF.Data.Exp typekrasimir
2008-05-29change the library root namespace from GF.GFCC to PGFkrasimir
2008-05-29fixing number of interrogatives in English Structuralaarne
2008-05-29drop the dependency to GF.Infra.PrintClass from the Librarykrasimir
2008-05-29move the parsing related stuff to GF.GFCC.Parsingkrasimir
2008-05-29move GF.Parsing.FCFG.PInfo to GF.GFCC.BuildParser and rename FCFPInfo to Pars...krasimir
2008-05-29move GF.Formalism.FCFG types to GF.GFCC.DataGFCCkrasimir
2008-05-29simplify FSymbol typekrasimir
2008-05-29remove Symbol typekrasimir
2008-05-29simplify the Profile type and remove the NameProfile typekrasimir
2008-05-29type computed in table T [...]aarne
2008-05-28Some printing / verbosity fixes. bjorn
2008-05-28Switch to new options handling.bjorn
2008-05-28move GF.Conversion.SimpleToFCFG GF.Compile.GenerateFCFGkrasimir
2008-05-27prepare for optimizing tuple pattern matchingaarne
2008-05-24interpret "foo bar" as ["foo bar"], silentlyaarne
2008-05-24sort records so that s field is first (use Macros.sortRec)aarne
2008-05-24temporary work-around of gfcc generation bug in resource-1.4 grammarsaarne
2008-05-23debugging gfcc compilationaarne
2008-05-23add Cabal description for GFkr.angelov