summaryrefslogtreecommitdiff
path: root/src/GF/Compile
AgeCommit message (Expand)Author
2009-01-23.gfo files in binary formatkrasimir
2009-01-20remove some dead types from GF.Grammar.Grammarkrasimir
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
2008-12-08removed dependencies of Zipper and editor in GF grammar compileraarne
2008-12-08preperations for Val of paramsaarne
2008-12-08data structures for param values with number, preparing optimized pattern mat...aarne
2008-12-04fixed a Compute bug due to failure to match typed record values with untyped ...aarne
2008-11-26My profiling showed that the BinTree operations were responsible for about 60...bjorn
2008-11-17Fix in Prolog output of the atom "'"peb
2008-10-30Include .gf file name in source parsing syntax error message.bjorn
2008-10-28remove some redundant imports of GF.Text.UTF8krasimir
2008-10-28binary serialization for PGFkrasimir
2008-10-27missing case in PGF generationaarne
2008-10-21efficient and nicer implementation for literal categorieskrasimir
2008-10-20Added --parser=ondemand flag.bjorn
2008-10-20Added PGF.Macros.mapConcretesbjorn
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-19move the literal category names to PGF.Macroskrasimir
2008-10-16Export list in GF.Compile.GetGrammarbjorn
2008-10-16Copy command-line flags to in-memory module when reading from a .gfo file. Th...bjorn
2008-10-16Honor --erasing flag from command-line also when compiling existing .gfo to PGF.bjorn
2008-10-15high-order syntax in PMCFGkrasimir
2008-10-15rename some variable nameskrasimir
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-15rename emptyFRulesEnv to emptyGrammarEnvkrasimir
2008-10-15threat category _Var as a literal categorykrasimir
2008-10-15store the total number of PMCFG categories in the PGF filekrasimir
2008-10-14literal categories in the incremental parserkrasimir
2008-10-14remove trace in the PMCFG compilationkrasimir
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-05adapted old AbsCompute for use with source GF termsaarne
2008-10-05prevent pgf from being empty when there are no concrete syntaxesaarne
2008-10-05forced checking def definitions; accept pgf with no concretesaarne
2008-10-03print full types instead of lock field heuristics in overload resolution if t...aarne
2008-10-03return error on undefined opers in instance and resourceaarne
2008-10-02Regenerate source GF parser from GF.cf. Now, when GF/Source/Makefile is used,...bjorn
2008-09-30Use parantheses for precedence in pgf-pretty lincats.bjorn
2008-09-30Added --cfg option for specifying which CFG transformations to use. Added sta...bjorn
2008-09-30pgf-pretty: remove single field record lincat hack. handle f "" (S []) correc...bjorn
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 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-26Added --output-format=ebnf.bjorn
2008-09-25Added --output-format=nolr. Minor makeRegular refactoring.bjorn
2008-09-25Added --output-format=regular.bjorn