summaryrefslogtreecommitdiff
path: root/src/GF/Infra
AgeCommit message (Expand)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir
2009-11-12before the optimizations OptParametrize and OptValues were applied twice. in ...krasimir
2009-10-06hopefully the last revision of the relative paths handling algorithmkrasimir
2009-10-05another attempt to get the paths handling rightkrasimir
2009-10-03bugfix in extendPathEnvkrasimir
2009-10-02refactor GF.Infra.CheckM and use the CheckM monad in the renamer as wellkrasimir
2009-09-20syntax for implicit arguments in GFkrasimir
2009-09-20rename Decl in GF.Grammar.Grammar to Hypo to match the convention in PGFkrasimir
2009-09-17remove the transfer modules. We don't need anything special, a transfer modul...krasimir
2009-09-14clean up the GF.Grammar APIkrasimir
2009-09-14CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that w...krasimir
2009-09-05simple profiler for PMCFGkrasimir
2009-06-16make erasing=on the defaultkrasimir
2009-05-20fix the generation of warnings in CheckGrammar. They are printed even in quie...krasimir
2009-05-20simpler algorithm for file searching in the compiler. should be equivalent to...krasimir
2009-05-09implement --gfo-dir. before it was recognized but ignoredkrasimir
2009-04-30added -gf-lib-path option which overides the value of GF_LIB_PATHkrasimir
2009-03-16use new parser which supports the syntax in GF.Grammar.Grammar directlykrasimir
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