summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-27small refactoring in the Java bindingkr.angelov
2013-08-27parsing from the Java bindingkr.angelov
2013-08-27comparison for strings in libgukr.angelov
2013-08-27quicksort and binary search for buffers in libgukr.angelov
2013-08-26Remove script (moved to an other repository)gregoire.detrez
2013-08-23nonExist now does the expected thingkr.angelov
2013-08-23Add INSTALL file for python bindings. Add note about libtool to INSTALL of c ↵john
runtime
2013-08-22Demo page: added a link to Phrasomatichallgren
2013-08-22Add vim and eclipse in the page about editor modes (fix)gregoire.detrez
2013-08-22Add vim and eclipse in the page about editor modesgregoire.detrez
2013-08-21gfse: don't use multiline text boxes everywhere, just for concrete syntaxhallgren
2013-08-21change the locale in the test script for the Python bindingkr.angelov
2013-08-21fix in the C parserkr.angelov
2013-08-21added Facebook grammar from SummerSchool tutorial on best practices for ↵ramona.enache
grammar writing
2013-08-21fix a crash in the python bindingkr.angelov
2013-08-20gf -server: fix for directory URLs without a trailing slashhallgren
When a browser requests a URL that refers to a directory, web server usually redirect the browser to the same URL with a trailing '/' added, if one was not already present. This is to prevent relative links in the returned document from being interpreted relative to the parent directory instead of the current document. This type of redirection was missing in gf -server.
2013-08-20new Foods for Chi, Gla, Oriaarne
2013-08-20download page: link to Inari's notes on installing GF on windowshallgren
2013-08-19word completion in the C runtime now returns multi-word expressions and the ↵kr.angelov
category for every expression
2013-08-19gfse: only try to upload/compile grammars when browser is onlinehallgren
Show error message "Offline" if browser is offline.
2013-08-19gfse: always open a resizable text box when editing concrete syntaxhallgren
(Also fixed a broken link in gf-web-api-examples.html)
2013-08-19fullFormLexicon in C and Pythonkr.angelov
2013-08-19added GuEnum interface for iterating over maps in the C runtimekr.angelov
2013-08-16implemented lookupMorpho for C and Pythonkr.angelov
2013-08-16provide API to access the language code for the concrete languagekr.angelov
2013-08-16fixes in the C and Python API to make them closer to the Haskell APIkr.angelov
2013-08-15added graphvizParseTree in the C and Python runtimeskr.angelov
2013-08-15graphvizAbstractTree in the C and Python runtimeskr.angelov
2013-08-13Syntax editor: minor CSS fixjohn.j.camilleri
2013-08-12Correct #chaptwo to #chapfour URLs in tutorialjohn.j.camilleri
Thanks to "drbean" from the IRC channel for pointing this out!
2013-08-08doc/gf-developers.t2t: add some notes on how to create .deb and .rpm packageshallgren
2013-08-07Better error messages for attempts to redefine predefined constantshallgren
Instead of just "syntax error", you now get e.g. PType is a predefined constant, it can not be redefined This is a simple change in the parser.
2013-08-07finished the refactoring of Fin with unstemmed (for library use) and stemmed ↵aarne
(for large-scale parsing use). All differences are located in the file StemFin.
2013-08-06Update to version 3.5 in gf.cabal and debian/changeloghallgren
2013-08-06Move GF 3.5 download page into place. Update home page.hallgren
2013-08-06Finalize GF 3.4 download page and release noteshallgren
2013-08-06Add more info about RGL browser to release notes 3.5john.j.camilleri
2013-08-05Next release will be GF 3.5, release notes moved to download/release-3.5.t2t.hallgren
Some more work on the 3.5 release notes and download page.
2013-08-05Update shell reference manualhallgren
2013-08-01added untested port of GNU lightning to ARMkr.angelov
2013-08-01a bit more on the Java to C binding. Now it is possible to load a grammar ↵kr.angelov
and query for the list of languages
2013-07-30add two more bullets about the Python and the Java bindingskr.angelov
2013-07-30added release notes for the C runtimekr.angelov
2013-07-30the first approximation for a statistical model consistent with dependent ↵kr.angelov
types in the abstract syntax
2013-07-29Cloud & PGF service: use Content-Type application/json for JSON outputhallgren
This is in accordance with RFC 4627. http://tools.ietf.org/html/rfc4627 Use application/javascript for JSONP output.
2013-07-29Adding download page and release notes for the next release of GFhallgren
The suggested next release is 3.4.8 in early August. Feel free to add things in download/release-3.4.8.t2t.
2013-07-29minibar: more robust test for availability localStoragehallgren
Minibar should now work if localStorage is disabled or unavailable. (In Firefox, disabling cookies also disables localStorage.)
2013-07-26pointer to RGL publications as main index news itemaarne
2013-07-25Allow cross origin requests to GF cloud & PGF serviceshallgren
By adding a header Access-Control-Allow-Origin: * to the HTTP responses, web browsers are informed that it is OK to call the services from web pages hosted on other sites. This is apparently supported in most modern browsers, so it should no longer be necessary to resort to JSONP. See https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS
2013-07-25updated the number of PhD thesis and publications in index.html; started an ↵aarne
RGL publications page