summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile
AgeCommit message (Expand)Author
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
2008-05-23Get rid of the 'f' type parameter to the module types. bjorn
2008-05-22move GF.Devel.TC and GF.Devel.TypeCheck to GF.Compile.*kr.angelov
2008-05-22move GF.Devel.PrintGFCC to GF.GFCC.PrintGFCCkr.angelov
2008-05-22GF.Devel.ModDeps is removed. The only used function is moved to GrammarToGFCCkr.angelov
2008-05-22remove GF.Devel.PrGrammar and use GF.Grammar.PrGrammar insteadkr.angelov
2008-05-22move GF.Devel.OptimizeGF to GF.Compile.OptimizeGFkr.angelov
2008-05-22move GF.Devel.UseIO to GF.Infra.UseIOkr.angelov
2008-05-22move GF.Devel.ReadFiles to GF.Compile.ReadFileskr.angelov
2008-05-22move GF.Devel.GrammarToGFCC to GF.Compile.GrammarToGFCCkr.angelov
2008-05-22move GF.Devel.Compute to GF.Compile.Computekr.angelov
2008-05-22move GF.Devel.CheckGrammar to GF.Compile.CheckGrammarkr.angelov
2008-05-22move GF.Devel.Optimize to GF.Compile.Optimizekr.angelov