summaryrefslogtreecommitdiff
path: root/src-3.0
AgeCommit message (Collapse)Author
2008-06-02add the MultiMap modulekrasimir
2008-06-02use MultiMap from the reference implementation instead of GeneralDeduction ↵krasimir
and RedBlackTree
2008-06-02Some more documentationkrasimir
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-30unforgetting new env after i commandaarne
2008-05-30error recovery in rename and check grammar: report all errors in a module ↵aarne
before terminating
2008-05-30started Finnish 1.4aarne
2008-05-30Refactor GFI to treat command line files and the i command uniformly. ↵bjorn
Disable CSE by default in GFI.
2008-05-30Change setOptimization to produce Options, not a function over Options.bjorn
2008-05-30Added setOptimization function to GF.Infra.Options. I will need to do ↵bjorn
similar things for other options.
2008-05-30cleaned up and documented PGF APIkrasimir
2008-05-30replace GFCC with PGF in (almost) all placeskrasimir
2008-05-30change the PGF.Data.Exp typekrasimir
2008-05-30don't need SyntaxTree anymore. Use PGF.Data.Exp directlykrasimir
2008-05-29change the library root namespace from GF.GFCC to PGFkrasimir
2008-05-29drop the GF.Command.* dependencies in the librarykrasimir
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-29Simplify the Input type. Remove Edge and use only Range typekrasimir
2008-05-29remove Symbol typekrasimir
2008-05-29simplify the Profile type and remove the NameProfile typekrasimir
2008-05-29removed extra subex in suffixOptimizeaarne
2008-05-29type computed in table T [...]aarne
2008-05-29Only print \n instead of CPU time in putPointE when printing the text ↵bjorn
message. This avoids printings lots of empty lines in silent mode.
2008-05-29Copy startcat flag to .gfo file.bjorn
2008-05-29if optShowCPUTime is off just print \n in putPointEkrasimir
2008-05-28Oops, inverted meaning of optBuildParser.bjorn
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-26showing labelless table values in ccaarne
2008-05-26also lookup in concrete in ccaarne
2008-05-26printing options for source GF terms defined in API and used in cc commandaarne
2008-05-26getting started with overloaded API for 1.4; some determiner syntax missingaarne
2008-05-24started source grammar API ; used it for a first implem. of cc commandaarne
2008-05-24support for source gr and i -retain in GFI envaarne
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-23allow Ctrl+Break in the shell. Works on Windows too.kr.angelov
2008-05-23use the version number from Paths_gfkr.angelov
2008-05-23debugging gfcc compilationaarne