summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-03Fixed variants semantics in PGF linearization to expand make variants of ↵bjorn
argument lists, to get things like Auto/Wagen gender right.
2008-10-03Added | syntax for variants.bjorn
2008-10-03Handle concatenations with variants in PGF.ShowLinearize, fixes ↵bjorn
http://trac.haskell.org/gf/ticket/23
2008-10-02Regenerate source GF parser from GF.cf. Now, when GF/Source/Makefile is ↵bjorn
used, no hand-hacking is needed.
2008-10-02Added src/GF/Source/Makefile for regenerating the GF source parser from GF.cf.bjorn
2008-10-02Converted GF/Source/*.hs to Unix line endings, to be able to see what ↵bjorn
happens when I regenerated the files.
2008-10-02Fail more gracefully on unknown file name extensions.bjorn
2008-10-01added mode 'gf --run' for running silently a script ; made quizzes handle ↵aarne
character encoding correctly ; for this end, collected coding functions in GF.Text.Coding
2008-09-30Use parantheses for precedence in pgf-pretty lincats.bjorn
2008-09-30Added --cfg option for specifying which CFG transformations to use. Added ↵bjorn
startcatonly CFG trasnformation. Removed output formats that are now easily done with --cfg: "regular", "nolr".
2008-09-30Fixed CFG start cats for categories with more than one constituent.bjorn
2008-09-30Use filtering in regular printer.bjorn
2008-09-30SRG conversion: print CFG when a unknown cat is found in renameCats. Do ↵bjorn
filtering in ebnf printer.
2008-09-30pgf-pretty: remove single field record lincat hack. handle f "" (S []) ↵bjorn
correctly.
2008-09-30Some pgf-pretty fixes, including note by Peter about W "apa" (S []).bjorn
2008-09-25Changes to the prolog output formatpeb
2008-09-26Added pgf-pretty output-formatbjorn
2008-09-26Added isLiteralCat function to PGF.Macros.bjorn
2008-09-26Added 'complete' function to the PGF API. This is a higher-level API to the ↵bjorn
completion functionality.
2008-09-26Added semantic interpretation tag printing to the *bnf grammar printers.bjorn
2008-09-26Use ebnf format for "regular" output-format.bjorn
2008-09-26Changed nolr printer to use EBNF format.bjorn
2008-09-26ebnf printer: print external cats first.bjorn
2008-09-26bnf and ebnf printer: align ::= symbols.bjorn
2008-09-26SRG category renaming: don't count the external cats when calculating indices.bjorn
2008-09-26Changed SRG category renaming to use GF cat + index among CFG cats for that ↵bjorn
GF cat, instead of the old Concrete syntax name + index among all CFG cats.
2008-09-26Oops, I accidentally disabled all CFG simplification and LR-removal with the ↵bjorn
ENBF printing patch.
2008-09-26Change category naming in CFG generation: the number now starts from 1 for ↵bjorn
each GF category, instead of being the FCFG category number.
2008-09-26Added --output-format=ebnf.bjorn
2008-09-26In CFG generation: don't add linrow number if the lincat has only a single ↵bjorn
constituent.
2008-09-25Added --output-format=nolr. Minor makeRegular refactoring.bjorn
2008-09-25Added --output-format=regular.bjorn
2008-09-25Fixe copy-paste error: srgs_abnf_nonrec produced xml, fixed now.bjorn
2008-09-25Somewhat nicer FCFG output format.bjorn
2008-09-25Added an FCFG output format (--output-format=fcfg). This now lives in ↵bjorn
GF.Speech.PGFToCFG, but should probably move somewhere else.
2008-09-23Got SRGS ABNF generation to compile.bjorn
2008-09-23Added srgs_abnf_nonrec grammar printer to GF.Infra.Options.bjorn
2008-09-23Re-added old PrSRGS_ABNF (does not compile yet).bjorn
2008-09-23use hex in transliteration tableaarne
2008-09-23Telugu transliterationaarne
2008-09-22moved lib/next-resource to next-lib/src, to enable linking with next-lib as ↵aarne
value of GF_LIB_PATH
2008-09-22GWT: somewhat nicer iterable() hack.bjorn
2008-09-21Added iterable() method for nicer iteration through GF method results. (GWT)bjorn
2008-09-20adapted Hindi to next-resourceaarne
2008-09-18Fixed gf-morpho-server.cabal name typo. Added basic README for morpho server.bjorn
2008-09-17GWT: disable translation until the language info has been loaded from the ↵bjorn
server,
2008-09-17GWT: update to use new /grammar resource. Select from language based on ↵bjorn
Accept-Language header.
2008-09-17fastcgi: rename /info to /grammarbjorn
2008-09-17fastcgi: replace /categories, /languages and /mylanguage with /info.bjorn
2008-09-17fastcgi server: add /mylanguage resource, which selects the language that ↵bjorn
best matches the Accept-language header.