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
/
GFI.hs
Age
Commit message (
Expand
)
Author
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir
2009-12-07
change the URL to the bug tracker
krasimir
2009-10-28
check for cyclic parameters, operations and dependent types
krasimir
2009-10-24
split the abstract syntax specific and the concrete syntax specific modules i...
krasimir
2009-10-23
experimental robust parser
krasimir
2009-10-06
hopefully the last revision of the relative paths handling algorithm
krasimir
2009-10-05
another attempt to get the paths handling right
krasimir
2009-10-02
merge GF.Grammar.API into GF.Grammar
krasimir
2009-09-11
polish the PGF API and make Expr and Type abstract types. Tree is a type syno...
krasimir
2009-09-08
now the datatype Tree is only internal. All API functions are working with Ex...
krasimir
2009-08-25
let the 'se utf8' command change the terminal codepage to 65001 on Windows
krasimir
2009-08-18
fix the unicode encoding problem with the cc command
krasimir
2009-05-23
now in the command shell the primary type in the pipe is Expr not Tree. This ...
krasimir
2009-04-30
upgrade to GHC 6.10.2
krasimir
2009-03-16
use new parser which supports the syntax in GF.Grammar.Grammar directly
krasimir
2009-03-04
qualified/unqualified mode for GF.Grammar.Printer. Used in the "cc" command
krasimir
2009-02-23
fix the handling of flag coding
krasimir
2008-12-19
command dg for showing source grammar dep graph restored
aarne
2008-10-25
Windows fix: the default coding isn't utf8 but the current system codepage. T...
krasimir
2008-10-22
fix the word completion in the shell
krasimir
2008-10-22
fix a typo. It is option "-cat" not "-type"
krasimir
2008-10-20
Replace Category with Type in the PGF API. Added readLanguage and showLanguage.
bjorn
2008-10-20
preparation for dep. types. The -cat option can take any type instead of just...
krasimir
2008-10-14
the new optimized incremental parser and the common subexpression elimination...
krasimir
2008-10-01
added mode 'gf --run' for running silently a script ; made quizzes handle cha...
aarne
2008-09-09
show "error" in run interruptibly mode in GFI
aarne
2008-08-23
removed repeated CPU time printing in GFI
aarne
2008-06-27
the shell now supports cp1251 coding with se command. works with the word com...
krasimir
2008-06-27
version-related changes in Makefile and help
aarne
2008-06-27
interrupt in proper place in GFI
aarne
2008-06-26
debugging arabic
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