summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-24simplification: decodeFile doesn't have to check that the file is empty anymorekrasimir
2009-06-24make the Functor Get instance in Data.Binary strict to be sure that the decod...krasimir
2009-06-24bugfix: Use openBinaryFile in Data.Binary.decodeFile. It makes difference onl...krasimir
2009-06-24explicitly close the file handle in Data.Binary.decodeFilekrasimir
2009-06-23make Data.Binary.decodeFile stricter. It seems like this fixes the file locki...krasimir
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-22test unification in TypeCheckaarne
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-19in splitContraints the values first have to be reducedkrasimir
2009-06-19fix the current PGF typecheckerkrasimir
2009-06-19bugfix: restore the check for bound variables in expr2treekrasimir
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