summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-05GFEP: more screenshotsjohn.j.camilleri
2012-03-05GFEP: updated readmejohn.j.camilleri
2012-03-05GFEP: updated screenshotsjohn.j.camilleri
2012-03-05GFEP: updated examplesjohn.j.camilleri
2012-03-05HinPesPhrasebookvirk.shafqat
2012-03-05refinementsvirk.shafqat
2012-03-03Update home page and download page for GF 3.3.3 releasehallgren
2012-03-02libpgf: preliminary version for the statistical ranking. we use naive ↵kr.angelov
statistical model with random weight for the meta variables.
2012-03-02GF download page: Windows binary package addedhallgren
2012-03-02libpgf: simple optimization in the implementation for heapskr.angelov
2012-03-02GF 3.3.3 download page: initial set of binary packages addedhallgren
2012-03-02added HTML readme file to fracasbankpeter.ljunglof
2012-03-02Fix release notes typoshallgren
2012-03-02Updated GF 3.3.3 release noteshallgren
2012-03-02gf.cabal: update version number to 3.3.3hallgren
but I am not tagging it yet, there is still time for some changes
2012-03-01Update doc/gf-help-full.txthallgren
* echo help -full -t2t | gf -run >doc/gf-help-full.txt * Insert 3 empty lines first in the file.
2012-03-01gfse: bug fixhallgren
Fix a problem opening grammars created before grammar extension was introduced.
2012-03-01WebSetup.hs: avoid ? wildcards because of odd behaviour under Win32hallgren
There is some discussion here: http://www.xxcopy.com/xxcopy18.htm
2012-03-01doc-phrasebook.txt: update link to minibar dochallgren
2012-03-01doc-phrasebook.txt: update hyperlinkshallgren
Link to www.grammaticalframework.org instead of code.haskell.org/gf.
2012-03-01GF home page minor style updatehallgren
2012-03-01Setup.hs: include Hindi and Thai by default in RGL buildshallgren
2012-03-01WebSetup.hs: use </> instead of '/' for Win32 compatibilityhallgren
2012-03-01Rename FoodsThai.gf back to FoodsTha.gfhallgren
so that it is included by default when building Foods.pgf for gf -server mode.
2012-02-29libpgf: an API for building heaps from buffers in gu/seq.ckr.angelov
2012-02-29gfse & minibar: minor style adjustmentshallgren
2012-02-29gf -server: update start page, add links to some documentationhallgren
2012-02-29gfse: add missing file sort.js to the repositoryhallgren
2012-02-29PGFService.hs bug fix: pattern match failure in doParsehallgren
doParse was missing a branch for PGF.ParseIncomplete. Also introduced the operator .= to simply the code that builds JSON objects.
2012-02-28Updated GF 3.3.3 release notes hallgren
2012-02-29libpgf: the first prototype for the robust parserkr.angelov
2012-02-29libpgf: the choice object should remember integers instead of single byteskr.angelov
2012-02-28gfse: Translation Quiz integrationhallgren
Also moved the translation quiz from demos/TransQuiz to src/www/TransQuiz so that it will be installed by 'cabal install' along with the other files that are installed for use by gf -server mode.
2012-02-28gf -server mode: JSONP support for grammar listshallgren
Needed by the translation quiz.
2012-02-28libpgf: another fix in the parser debuggerkr.angelov
2012-02-28GF 3.3.3 release notes: mention the new RGL languageshallgren
2012-02-28bug fix in AppPredefined: don't compare values that contain variables. this ↵aarne
should be checked even more generally.
2012-02-28Updates for the GF 3.3.3 download pagehallgren
2012-02-28libpgf: the time measurement in pgf-translate should be made after ↵kr.angelov
pgf_parse_result for more accurate timing
2012-02-28libpgf: fix in the parser debuggerkr.angelov
2012-02-28Updated 3.3.3 release docjohn.j.camilleri
Added link to GFEP page.
2012-02-28Adding release notes and download page for version 3.3.3hallgren
Feel free to add to the release notes!
2012-02-28buf fix in the compiler for HOASkr.angelov
2012-02-28fixed Italian loro->liaarne
2012-02-27gfse: recognize Predef categories Int, Float and Stringhallgren
but don't show them in the startcat menu.
2012-02-27gfse: text mode improvementshallgren
+ Preserve the startcat flag. + Preserve judgement order when possible (GF's parser does not preserve order and does not record exact source locations, only line numbers)
2012-02-27libpgf: pretty printing for expressions with metavaraibleskr.angelov
2012-02-27Phrasebook feedback: hide feedback submitted by Googlebothallgren
2012-02-25Hin and Snd in MiniGrammar demoaarne
2012-02-24gfse: text mode editing: accept grammars with printname judgementshallgren
But printname judgements are ignored for now. Also fixed an UTF-8 encoding bug when parsing uploaded grammars in gf -server mode.