summaryrefslogtreecommitdiff
path: root/src/GF/Infra
AgeCommit message (Expand)Author
2009-03-13remove the obsolete GF.Infra.PrintClasskrasimir
2009-02-23fix the handling of flag codingkrasimir
2009-02-07PMCFG pretty printerkrasimir
2009-02-01the new pretty printer is now used for all -dump-* options. added -dump-sourc...krasimir
2009-01-31the dependency graph now shows all dependencieskrasimir
2009-01-31some dead code elimination in UseIO and ReadFileskrasimir
2009-01-31bug fix in the module dependencies checkerkrasimir
2009-01-23--make now implies --batchkrasimir
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
2008-12-19command dg for showing source grammar dep graph restoredaarne
2008-11-27More efficient implementation of topological sort. bjorn
2008-10-28binary serialization for PGFkrasimir
2008-10-20Added --parser=ondemand flag.bjorn
2008-10-19move PGF.Quiz to GF.Quiz. It is not part of the PGF APIkrasimir
2008-10-16A bit more verbosity when combining PGF files. Use putPointE when writing out...bjorn
2008-10-15Copy command-line options to module flags when compiling to .gfo.bjorn
2008-10-15Merge ModuleOptions and Options.bjorn
2008-10-15Added OPTIONS class to make options handling somewhat nicer. Next, I will mer...bjorn
2008-10-14the new optimized incremental parser and the common subexpression elimination...krasimir
2008-10-10Added option to treat some categories as lexical when generating Haskell data...bjorn
2008-10-01added mode 'gf --run' for running silently a script ; made quizzes handle cha...aarne
2008-09-30Added --cfg option for specifying which CFG transformations to use. Added sta...bjorn
2008-09-26Added pgf-pretty output-formatbjorn
2008-09-26Added --output-format=ebnf.bjorn
2008-09-25Added --output-format=nolr. Minor makeRegular refactoring.bjorn
2008-09-25Added --output-format=regular.bjorn
2008-09-25Added an FCFG output format (--output-format=fcfg). This now lives in GF.Spee...bjorn
2008-09-23Added srgs_abnf_nonrec grammar printer to GF.Infra.Options.bjorn
2008-09-15A somewhat better solution to the words/UTF-8 problem: do encoding last, but ...bjorn
2008-09-15Temporary fix for the grave accent a encoding problem: change compatPrint to id.bjorn
2008-09-03Added --haskell-prefix option for changing the constructor prefix in generate...bjorn
2008-09-03new PGF output format: prolog syntaxpeb
2008-09-03treatment of Int: not always PredefAbs but can be PredefCncaarne
2008-08-24Export modifyFlags and modifyModuleFlags from GF.Infra.Options.bjorn
2008-08-22Added srgs_xml_nonrec output format.bjorn
2008-06-25Include coding flag in .gfo files.bjorn
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2008-06-25removed src for 2.9aarne
2008-04-22fix the System.FilePath import for Posixkrasimir
2008-04-22move gfLibraryPath and gfGrammarPath to UseIO. Now they are accessible and th...krasimir
2008-04-22use the standard System.FilePath module instead of our own broken file path m...krasimir
2008-03-06option -mac to vt command (uses open with ps)aarne
2008-02-21For Windows get the default GF_LIB_PATH from the executable pathkrasimir
2008-01-01subex elim in gfr generationaarne
2007-12-19more example languagesaarne
2007-12-16restored Int size and last ; added lib/prelude to be the last in any grammar ...aarne
2007-12-07refresh compilation phase in the new formataarne
2007-11-07encoding of lincats as gfcc terms with param value informationaarne
2007-10-16found and temporarily solved the bug in LangGer gfcc generationaarne
2007-10-05cleaned up new GFCC, but added RP as deprecatedaarne