summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-01Remove configuration flag cclazyhallgren
2011-11-01Translation Quiz: add copyright notices in source fileshallgren
As suggested by Elnaz.
2011-11-01Fixed a typo in the shell online helpNick Frolov
2011-10-18Improvements of Russian Phrasebook that do not rely on Participles and NumeralsNick Frolov
2011-10-31Added GFEP release for Mon, 31 Oct 2011 15:46:01 +0100john.j.camilleri
2011-10-31Added GFEP release for Mon, 31 Oct 2011 13:04:08 +0100john.j.camilleri
2011-10-31new version of gf-bib.bibaarne
2011-10-28Updated html pagejohn.j.camilleri
2011-10-28New releasejohn.j.camilleri
2011-10-28a few more entries to gf-bibliographyaarne
2011-10-27One more binary package for the GF 3.3 releasehallgren
2011-10-27Adding more binary packages for the GF 3.3 releasehallgren
2011-10-27Updated releasejohn.j.camilleri
2011-10-27Updated release with filters working againjohn.j.camilleri
2011-10-27publications: added Burden & Heldalaarne
2011-10-27Added release folderjohn.j.camilleri
2011-10-26add Windows binarykr.angelov
2011-10-26Added new releasejohn.j.camilleri
2011-10-25Fix some more typos and clean up 3.2.9 download pagehallgren
2011-10-25Fix typo on GF 3.3 download pagehallgren
2011-10-25Adding two binary packages to the GF 3.3 download pagehallgren
2011-10-25GF 3.3 news item on the GF home pagehallgren
2011-10-25Move GF 3.3 download page in placehallgren
2011-10-25Recording an alternative version of look in Compute/ConcreteLazy.hshallgren
Commented out, causes problems in the greek example.
2011-10-25GF 3.3 tentative release date is 2011-10-27hallgren
2011-10-25Preparations for release of GF 3.3hallgren
+ Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed.
2011-10-25qualification with real module name accepted, as in GF refmanaarne
2011-10-25Preparing for release of GF 3.3hallgren
+ Release notes in download/release-3.3.t2t + New download page in download/index-3.3.t2t (to be renamed to index.t2t)
2011-10-25TODO list for example-based grammar writing and grammar editor functionalityhallgren
2011-10-25items to release notes on my changesaarne
2011-10-24download/release-3.2.t2t: make room for GF 3.2.10 release noteshallgren
2011-10-24gf-quickstart.html: describe gf -server instead of pgf-httphallgren
2011-10-24use associativity to force more precompilation of pre expressionsaarne
2011-10-21Work on example-based grammar writinghallgren
+ Preparations to support more target languages. Tested with Swedish. + Don't enable example-based editing if there is less that two concrete languages in the grammar. + Don't show the "By example" button until the required lincat has been defined. + Remember the chosen language for examples.
2011-10-20Introduce an explicit error value in the Term typehallgren
This makes it easier to treat run-time errors (e.g. caused by calls to Predef.error) in a way that is more typical for a lazy functional language.
2011-10-20Some experiments with PSeq (left commented out)hallgren
2011-10-20Compute/ConcreteLazy.hs: no need to reverse when looking up labels in recordshallgren
2011-10-20AppPredefined.hs: more readable notation for the types of primitiveshallgren
2011-10-20phrasebook/Makefile: use 'gf -run' to make missing.txthallgren
2011-10-20Setup.hs: less verbose output during the compilation of the RGLhallgren
Only show the full gf command line if an error occurs.
2011-10-20PGF.hs: Add LANGUAGE BangPatterns to make GHC 7.2 happyhallgren
Also remove oddly named function forExample (topological sorting) from export list.
2011-10-18pgf-http setup: update path to minibarhallgren
2011-10-18minibar: adding a start category menuhallgren
+ The start category menu can be turned off by passing the option {startcat_menu:false} when starting the minibar. + Documentation updates.
2011-10-18minibar: add a button to show some grammar infohallgren
2011-10-18pgf service: include the start category in grammar infohallgren
2011-10-17Added Eclipse contentsjohn.j.camilleri
2011-10-17Added link for GFEPjohn.j.camilleri
2011-10-17example-based: use random generation for the exampleshallgren
2011-10-14Bug fix in setup for gf -server modehallgren
Use the command "dist/build/gf/gf" instead of "gf" to compile the sample grammars for the minibar, to avoid failing if gf is installed in a directory which is not in the $PATH.
2011-10-12Show version & configuration info when gf -server startshallgren