summaryrefslogtreecommitdiff
path: root/src/GF/Command/Interpreter.hs
AgeCommit message (Expand)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir
2009-09-20change the data types and the syntax in PGF to match the new syntax for impli...krasimir
2009-09-13added needsTypeCheck parameter to CommandInfo. The argument to the command is...krasimir
2009-09-06hopefully complete and correct typechecker in PGFkrasimir
2009-05-23now in the command shell the primary type in the pipe is Expr not Tree. This ...krasimir
2009-02-23fix the handling of flag codingkrasimir
2008-12-12morphological analyser in shell state - now reasonably fastaarne
2008-10-28remove some redundant imports of GF.Text.UTF8krasimir
2008-10-01added mode 'gf --run' for running silently a script ; made quizzes handle cha...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
2007-12-20Replace all the different ErrM.hs modules with GF.Data.ErrM.bringert
2007-12-13new GFCC concrete syntax in place everywhereaarne
2007-11-06made command table independent of optionsaarne
2007-11-06factored out commands from interpreter in gfccaarne
2007-11-04command database in gfccaarne
2007-11-04interpreter with pipesaarne
2007-11-03started command interpreter for gfccaarne