summaryrefslogtreecommitdiff
path: root/src/GF
AgeCommit message (Expand)Author
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
2009-05-15new pre syntax (as alternative): pre {"o" | "i" => "an" ; _ => "a"}aarne
2009-05-15the check for lincat C = <> is made more robustkrasimir
2009-05-15if the lincat is empty record the linearizations are derived automaticallykrasimir
2009-05-13in command 'ai' send the output through the pipekrasimir
2009-05-13now command 'ai' prints the list of functions for given categorykrasimir
2009-05-12added command ai which prints information about given identifierkrasimir
2009-05-11-gfo-files is consulted not only when .gfo files are created but also when we...krasimir
2009-05-09implement --gfo-dir. before it was recognized but ignoredkrasimir
2009-04-30forgot to add GF.System.UseEditline and GF.System.UseHaskelinekrasimir
2009-04-30conditional support for haskeline, readline and editlinekrasimir
2009-04-30added -gf-lib-path option which overides the value of GF_LIB_PATHkrasimir
2009-04-30upgrade to GHC 6.10.2krasimir
2009-04-26started to move have_V2 from Lexicon to Structural ; fixes in Hindi translit ...aarne
2009-04-14on-line course announced on the summer school pageaarne
2009-04-14refactor GF.Data.BacktrackM to use the MonadState and Functor classeskrasimir
2009-04-08hebrew transliteration addedaarne