summaryrefslogtreecommitdiff
path: root/src/GFI.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-12-07change the URL to the bug trackerkrasimir
2009-10-28check for cyclic parameters, operations and dependent typeskrasimir
2009-10-24split the abstract syntax specific and the concrete syntax specific modules ↵krasimir
in different subfolders in GF.Compile
2009-10-23experimental robust parserkrasimir
2009-10-06hopefully the last revision of the relative paths handling algorithmkrasimir
2009-10-05another attempt to get the paths handling rightkrasimir
2009-10-02merge GF.Grammar.API into GF.Grammarkrasimir
2009-09-11polish the PGF API and make Expr and Type abstract types. Tree is a type ↵krasimir
synonym of Expr
2009-09-08now the datatype Tree is only internal. All API functions are working with ↵krasimir
Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker
2009-08-25let the 'se utf8' command change the terminal codepage to 65001 on Windowskrasimir
2009-08-18fix the unicode encoding problem with the cc commandkrasimir
2009-05-23now in the command shell the primary type in the pipe is Expr not Tree. This ↵krasimir
makes the pt -compute and pt -typecheck more interesting
2009-04-30upgrade to GHC 6.10.2krasimir
2009-03-16use new parser which supports the syntax in GF.Grammar.Grammar directlykrasimir
2009-03-04qualified/unqualified mode for GF.Grammar.Printer. Used in the "cc" commandkrasimir
2009-02-23fix the handling of flag codingkrasimir
2008-12-19command dg for showing source grammar dep graph restoredaarne
2008-10-25Windows fix: the default coding isn't utf8 but the current system codepage. ↵krasimir
The se command changes the codepage as well as the coding
2008-10-22fix the word completion in the shellkrasimir
2008-10-22fix a typo. It is option "-cat" not "-type"krasimir
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 ↵krasimir
just a category. The PGF API is generalized as well.
2008-10-14the new optimized incremental parser and the common subexpression ↵krasimir
elimination optimization in PMCFG
2008-10-01added mode 'gf --run' for running silently a script ; made quizzes handle ↵aarne
character encoding correctly ; for this end, collected coding functions in GF.Text.Coding
2008-09-09show "error" in run interruptibly mode in GFIaarne
2008-08-23removed repeated CPU time printing in GFIaarne
2008-06-27the shell now supports cp1251 coding with se command. works with the word ↵krasimir
completion as well
2008-06-27version-related changes in Makefile and helpaarne
2008-06-27interrupt in proper place in GFIaarne
2008-06-26debugging arabicaarne
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