summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-18in the ai command don't show the fun keyword if there aren't any functions.krasimir
2009-06-18the PMCFG lexical categories are not printed out with prefix C i.e. CInt,.. t...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-06-13update the developers documentation with instructions for building and runnin...krasimir
2009-06-06make the text in the SyntaxEditor float nicelykrasimir
2009-06-05scratched version of GWT Syntax Editorkrasimir
2009-06-04update the Makefile and the README for the serverkrasimir
2009-06-04added decoding from UTF8 in MorphoService.hskrasimir
2009-06-04GF.Grammar.Parser is added to gf-server.cabal to tell Cabal that he has to ru...krasimir
2009-06-04the morpho server is now updated and works with the current GF. the sources a...krasimir
2009-06-04Update FastCGIUtils.hs to work with GHC 6.10krasimir
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-20documentation before on-line courseaarne
2009-04-15proper pretty printing of tokens in PGF.PMCFGkrasimir
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
2009-04-06warning for overshadowed patterns, temporal solutionaarne
2009-04-02raise better error message when decode GFO filekrasimir
2009-04-02raise better error message when decode PGF filekrasimir
2009-04-02version in Makefileaarne