summaryrefslogtreecommitdiff
path: root/src/GF
AgeCommit message (Expand)Author
2009-09-19better error message for the ai commandkrasimir
2009-09-18command ai doesn't need typechecking from the shellkrasimir
2009-09-17fix in GF.Grammar.Printerkrasimir
2009-09-17added pt -transferkrasimir
2009-09-17remove the transfer modules. We don't need anything special, a transfer modul...krasimir
2009-09-17bugfix in the ai commandkrasimir
2009-09-14clean up the GF.Grammar APIkrasimir
2009-09-14Use GF.Grammar.Printer everywhere instead of PrGrammarkrasimir
2009-09-14fix typo in CheckGrammarkrasimir
2009-09-14CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that w...krasimir
2009-09-13added needsTypeCheck parameter to CommandInfo. The argument to the command is...krasimir
2009-09-11added wrapper functions for expression manipulations in PGF. The Haskell API ...krasimir
2009-09-11polish the PGF API and make Expr and Type abstract types. Tree is a type syno...krasimir
2009-09-08now the datatype Tree is only internal. All API functions are working with Ex...krasimir
2009-09-07make the PMCFG generation lazy again. it was made strict when the profiler wa...krasimir
2009-09-06hopefully complete and correct typechecker in PGFkrasimir
2009-07-05PGF.Type.Hypo now can represent explicit and implicit arguments and argument ...krasimir
2009-09-05simple profiler for PMCFGkrasimir
2009-08-27the -dump-X options should convert to UTF8krasimir
2009-08-27if there is oper patt = #(...) then it also should be decoded to Unicodekrasimir
2009-08-27Persian transliterationaarne
2009-08-21ancient greek ut additionsaarne
2009-08-18let the GF.Grammar.Printer printer output the unicode symbols directlykrasimir
2009-08-18fix the unicode encoding problem with the cc commandkrasimir
2009-08-07transliteration now needs addition only in one file; a code can be more than ...aarne
2009-06-23made .cf grammars take their startcat from the first ruleaarne
2009-06-22cleaning up overshadow failure to warning, after testing resource compilationaarne
2009-06-22fixed warnings in present compilation of resource, esp. unreached patternsaarne
2009-06-20the construct lin C t now replaces lock fields (in source code; still tempor ...aarne
2009-06-20accepting + patterns in pre expressionsaarne
2009-06-20function for printing the help file in txt2tagsaarne
2009-06-18in the ai command don't show the fun keyword if there aren't any functions.krasimir
2009-06-18bugfix: the optimizer should not filter out rules that refer to lexical categ...krasimir
2009-06-16make erasing=on the defaultkrasimir
2009-06-16completely phrase based parser and support for pre {} in PMCFGkrasimir
2009-05-25fixed pre expressions, parsing {} patterns, and the path in resource Make.hsaarne
2009-05-23now in the command shell the primary type in the pipe is Expr not Tree. This ...krasimir
2009-05-22some work on evaluation with abstract expressions in PGFkrasimir
2009-05-22fix the handling of wildcardskrasimir
2009-05-22bugfix to the previous patcheskrasimir
2009-05-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-05-20more friendly error message when renaming patternskrasimir
2009-05-20fix the generation of warnings in CheckGrammar. They are printed even in quie...krasimir
2009-05-20Now the toplevel file i.e. from command i is searched both in the current dir...krasimir
2009-05-20simpler algorithm for file searching in the compiler. should be equivalent to...krasimir
2009-05-20now a single line comment (--) is recongized as an empty command. Usefull for...krasimir
2009-05-18removed some debug traceskrasimir
2009-05-18added filtering for useless productions in PMCFGkrasimir
2009-05-18pattern macros: oper f : pattern T = # p ; used as #f in patternsaarne
2009-05-16the new PMCFG compilation scheme is pushed. the old version is kept in Genera...krasimir