summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile
AgeCommit message (Collapse)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 ↵bjorn
generated Haskell modules correctly.
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
moved Refresh to Compile/
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 ↵aarne
before terminating
2008-05-30Added setOptimization function to GF.Infra.Options. I will need to do ↵bjorn
similar things for other options.
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 ↵krasimir
ParserInfo
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
This changes lots of stuff, let me know if it broke anything. Comments: - We use a local hacked version of GetOpt that allows long forms of commands to start with a single dash. This breaks other parts of GetOpt. For example, arguments to short options now require a =, and does not allo pace after the option character. - The new command parsing is currently only used for the program command line, pragmas and the arguments for the 'i' shell command. - I made a quick hack for the options for showTerm, which currently makes it impossible to use the print style flags for cc. This will be replaced by a facility for parsing command-specific options. - The verbosity handling is broken in some places. I will fix that in a later patch.
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