index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GF
/
Command
/
Interpreter.hs
Age
Commit message (
Expand
)
Author
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir
2009-09-20
change the data types and the syntax in PGF to match the new syntax for impli...
krasimir
2009-09-13
added needsTypeCheck parameter to CommandInfo. The argument to the command is...
krasimir
2009-09-06
hopefully complete and correct typechecker in PGF
krasimir
2009-05-23
now in the command shell the primary type in the pipe is Expr not Tree. This ...
krasimir
2009-02-23
fix the handling of flag coding
krasimir
2008-12-12
morphological analyser in shell state - now reasonably fast
aarne
2008-10-28
remove some redundant imports of GF.Text.UTF8
krasimir
2008-10-01
added mode 'gf --run' for running silently a script ; made quizzes handle cha...
aarne
2008-06-27
version-related changes in Makefile and help
aarne
2008-06-26
moved interruption to GFI level to capture all commands
aarne
2008-06-26
uniform encoding: gfo and pgf in UTF8, internal in unicode
aarne
2008-06-25
changed names of resource-1.3; added a note on homepage on release
aarne
2008-06-25
removed src for 2.9
aarne
2007-12-20
Replace all the different ErrM.hs modules with GF.Data.ErrM.
bringert
2007-12-13
new GFCC concrete syntax in place everywhere
aarne
2007-11-06
made command table independent of options
aarne
2007-11-06
factored out commands from interpreter in gfcc
aarne
2007-11-04
command database in gfcc
aarne
2007-11-04
interpreter with pipes
aarne
2007-11-03
started command interpreter for gfcc
aarne