summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-10-12Bug fixes for gf -server mode and setuphallgren
2011-10-12Improvements of "gf -server" mode and related setuphallgren
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.
2011-10-11More work on support for gfse in "gf -server" modehallgren
2011-10-10gfse: make it workw ith "gf -server" cloud serviceshallgren
2011-10-10Add cloud services needed by gfse to "gf -server" modehallgren
2011-10-10minibar/support.js: added function encodeArgs.hallgren
2011-10-10More functionality in "gf -server" modehallgren
"gf -server" mode now includes PGF service and the services to support example-based grammar writing. (But gf -server is not quite ready to replace pgf-http yet...) Also bumped GF version number to 3.2.10-darcs
2011-10-07gfse: documentation tweakshallgren
2011-10-04example-based grammar writing: avoid a problem by returning Nothing instead ↵hallgren
of calling error
2011-10-03gf-bibliography.html with Thomas' corrected linksaarne
2011-10-03updated gf-biblio with cse instead of csaarne
2011-10-03corrected links in gf-bibliohallgren
2011-10-03new items in gf-bibliography.t2taarne
2011-10-03gfse: browser compatibility fixeshallgren
2011-10-03gfse: references to the GF book in keyword tool tips and style tweaks for ↵hallgren
example-based grammar editing
2011-09-29Example-based grammar writing: fix problems caused by the use of exprToAPIhallgren
The editor needs to keep track of both the raw term and the nice term returned by exprToAPI. (Manually constructed linearization rules will now have the raw term and can not be tested.) Also replace metavariables in generalized terms with the apropriate parameter from the linearization rule. Also fix communication problems caused by inconsistent use of show/read vs showExpr/readExpr.
2011-09-28gfse: about.html updateshallgren
2011-09-27gfse: mention example-based grammar writing in about.htmlhallgren
2011-09-27exb: call exprToAPI to create nicer linearization functionshallgren