summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-07-25RGL Browser: now includes Syntax Editor tab!john.j.camilleri
2013-07-24hs datatype generation for empty abstract types addedaarne
2013-07-20Script to compute predictability of smart paradigmsgregoire.detrez
2013-07-18bugfix for parsing floating point numbers in the C runtimekr.angelov
2013-07-15gf-server.cabal: same changes as in gf.cabal for ghc-7.6 compatibilityhallgren
2013-07-05the hash function for pgf.Expr is now really addedkr.angelov
2013-07-03the parser in the C runtime now checks for duplicated resultskr.angelov
2013-07-02complete pgf_expr_eq in the C runtimekr.angelov
2013-07-02hash function for abstract syntax treeskr.angelov
2013-06-27C runtime: fix the debug modes in the parser and in the reasoner after the ↵kr.angelov
changes in the printer
2013-06-27typos in the documentation for the Python bindingkr.angelov
2013-06-27a complete Python API for reading, printing and manipulation of abstract ↵kr.angelov
trees and types. This includes dependent types, high-order abstract syntax and implicit arguments
2013-06-26dummy compute function in the Python bindingkr.angelov
2013-06-26we no longer maintain an explicit list of functions per category since now ↵kr.angelov
it is implicitly kept in the JIT compiled code
2013-06-26forgot to add reasoner.hkr.angelov
2013-06-26forgot to add jit.hkr.angelov
2013-06-26an optimization in the jitter for generating more compact codekr.angelov
2013-06-26patch for adjustable heuristics from Pythonkr.angelov
2013-06-26compatibility issue for MacOS Xkr.angelov
2013-06-26fix for x86_64kr.angelov
2013-06-26GF homepage: Add section for "getting help" (mentioning IRC channel)john.j.camilleri
and remove "fragments" from Maltese
2013-06-25Now there is a just-in-time compiler which generates native code for proof ↵kr.angelov
search. This is already used by the exhaustive generator. The time to generate 10000 abstract trees with ParseEng went down from 4.43 sec to 0.29 sec.
2013-06-24bugfix for the linearizer in the C runtimekr.angelov
2013-06-24Add news about Maltese RG, IRC channel to homepagejohn.j.camilleri
2013-06-22bugfix for the word completion in the C runtimekr.angelov