summaryrefslogtreecommitdiff
path: root/src/GF/Command
AgeCommit message (Expand)Author
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-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-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-05-20now a single line comment (--) is recongized as an empty command. Usefull for...krasimir
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-04-14on-line course announced on the summer school pageaarne
2009-04-08hebrew transliteration addedaarne
2009-03-28examples of file conversion with psaarne
2009-03-18flag -env=quotes (and possible other flags) to restrict psaarne
2009-03-17Greek (modern) transliteration schemeaarne
2009-02-23fix the handling of flag codingkrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during mo...krasimir
2009-02-07PMCFG pretty printerkrasimir
2008-12-15visualization of word alignment based on bracketing (command aw); does not wo...aarne
2008-12-13bracketing with tree node reference: l -bracketaarne
2008-12-12morphological analyser in shell state - now reasonably fastaarne
2008-11-18restored "?" as system pipe commandaarne
2008-11-10print "no trees found" in GF shell if an empty tree list is returned by p or ptaarne
2008-11-10lexer documentation in help and tutorial updatedaarne
2008-10-28remove some redundant imports of GF.Text.UTF8krasimir
2008-10-20Added Read and Show instances for CId. Also added readCId :: String -> Maybe ...bjorn
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-20preparation for dep. types. The -cat option can take any type instead of just...krasimir
2008-10-19move PGF.Quiz to GF.Quiz. It is not part of the PGF APIkrasimir
2008-10-16In shell "p" command, only try languages that have a parser.bjorn
2008-10-15restored the possibility to compile .cf files to gfaarne
2008-10-14rudimentary abstract syntax type checker and solver in PGFaarne
2008-10-14paraphrase works a little better now ; added examples/paraphrase for testingaarne
2008-10-13added a paraphrase method applying def's in both directions, in subtrees, and...aarne
2008-10-10a first version of PGF.AbsComputeaarne
2008-10-06simplified 1.5 by removing mathematical/aarne
2008-10-05added a command for tree operations and started a module for defining themaarne
2008-10-02Fail more gracefully on unknown file name extensions.bjorn
2008-10-01added mode 'gf --run' for running silently a script ; made quizzes handle cha...aarne
2008-09-23Telugu transliterationaarne
2008-09-04convert all values in shell pipes to stringsaarne
2008-08-16bronzeage grammar restored except for three ones with issues ; arabic transli...aarne
2008-06-27version-related changes in Makefile and helpaarne
2008-06-26moved interruption to GFI level to capture all commandsaarne
2008-06-26uniform encoding: gfo and pgf in UTF8, internal in unicodeaarne
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2008-06-25removed src for 2.9aarne
2008-04-25use putStrLn instead of print to dump error messages. This avoids the double ...krasimir
2008-04-22use the standard System.FilePath module instead of our own broken file path m...krasimir
2008-04-17gf3 should not exit if there is a syntax error in the filekrasimir
2008-04-07 Added GF.GFCC.Macros.lookStartCat. Changed GF.GFCC:API to use it (before, st...bringert