summaryrefslogtreecommitdiff
path: root/src/GF
AgeCommit message (Expand)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir
2009-12-13unicode encoding in quiz questions fixedaarne
2009-12-11judgements lindef are now respected by both the parser and the linearizerkrasimir
2009-12-10allow empty lines when reading with 'rf -lines -tree'krasimir
2009-12-09function read_file now reports errors if there is expression with parse or ty...krasimir
2009-12-08making Arabic minimal compile; strange chars remainaarne
2009-12-07Constructors.str2numeral for making numerals from stringsaarne
2009-11-26change PGF.categories to return list of identifiers instead of typeskrasimir
2009-11-20restored a parsing grammar api/Browseaarne
2009-11-17slight optimization in GF.Grammar.Lexerkrasimir
2009-11-15command vt -mk for displaying overload-style function namesaarne
2009-11-14lookupResType should always return the precomputed CncFun typekrasimir
2009-11-13bugfix: In AppPredefined.hs, PTrue and PFalse should be declared as constructorskrasimir
2009-11-13for 'lincat C = T' the typechecker should check that T is a valid typekrasimir
2009-11-12before the optimizations OptParametrize and OptValues were applied twice. in ...krasimir
2009-11-12parteval -> partial evaluationkrasimir
2009-11-12bugfix: GF.Compile.GrammarToGFCC should not strip the parameter valueskrasimir
2009-11-07check grammar should process the definitions in dependency order. This also e...krasimir
2009-11-07bugfix: if a concrete module has operations then they also should be optimizedkrasimir
2009-10-28check for cyclic parameters, operations and dependent typeskrasimir
2009-10-28refactoring in GF.Grammar.Lookupkrasimir
2009-10-28restructure ResParam and ResValuekrasimir
2009-10-28bugfix in GF.Compile.CheckGrammarkrasimir
2009-10-27simplify the Term againkrasimir
2009-10-25strip some redundant constructors from GF.Grammar.Grammarkrasimir
2009-10-25small refactoring in GF.Compile.CheckGrammarkrasimir
2009-10-24split the abstract syntax specific and the concrete syntax specific modules i...krasimir
2009-10-24refactoring in GF.Compile.Optimizekrasimir
2009-10-24expose the tree visualization via PGF APIkrasimir
2009-10-23experimental robust parserkrasimir
2009-10-20Malt parser .conll format by vd -output=maltaarne
2009-10-19labels read from config files for dependency trees, eg lib/src/dep.labelsaarne
2009-10-08rudimentary dependency tree by command vdaarne
2009-10-07parse tree visualization command vpaarne
2009-10-07remove duplicated function from GF.Grammar.Macroskrasimir
2009-10-06fix the error message for overload resolutionkrasimir
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-02merge GF.Grammar.API into GF.Grammarkrasimir
2009-10-02refactor GF.Infra.CheckM and use the CheckM monad in the renamer as wellkrasimir
2009-10-02Implicit arguments in GF. Works only in PGF for now.krasimir
2009-09-21refactoring in GF.Grammar.Macroskrasimir
2009-09-20syntax for implicit arguments in GFkrasimir
2009-09-20rename MetaSymb in GF.Grammar.Grammar to MetaId to match the convention in PGFkrasimir
2009-09-20remove the Read instances from GF.Grammar.Grammarkrasimir
2009-09-20rename Decl in GF.Grammar.Grammar to Hypo to match the convention in PGFkrasimir
2009-09-20change the data types and the syntax in PGF to match the new syntax for impli...krasimir
2009-09-28export the morphology API from PGFkrasimir
2009-09-25bugfix: the identifiers in the output of l -table should not be qualifiedkrasimir