summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2012-02-24GF home page: News: Hindi, Sindhihallgren
2012-02-24gfse: text mode tweakshallgren
2012-02-24libpgf: fix in pgf_read_into_mapkr.angelov
2012-02-24libpgf: simple fix in the grammar printer and the readerkr.angelov
2012-02-24the Predef function eqVal to compare equality of parameter valuesaarne
2012-02-23demos/index.html: some demos are not new anymorehallgren
2012-02-23src/server/ContentService.hs: fix compilaton problemhallgren
2012-02-23hindi-resource-grammarvirk.shafqat
2012-02-22libpgf: now we have both complete bottom up index for robust parsing and ↵kr.angelov
fast lexical lookup from the same index
2012-02-22gfse: layout fixhallgren
Style options inteded for some buttons used in example-based editing was unintensionally applied to some other OK/Cancel buttons as well.
2012-02-22gfse: experimental support for editing concrete syntax in text modehallgren
2012-02-22gfse: some refactoringhallgren
2012-02-22libpgf: two small fixes in the parser debuggerkr.angelov
2012-02-22libpgf: the map curr_lindefs must be allocated from a temporary poolkr.angelov
2012-02-21libpgf: added index for fast lexicon lookup. Still not perfectkr.angelov
2012-02-21utils/pgf-translate now reports the parsing timekr.angelov
2012-02-21fixes in the script for the conversion of PennTreebankkr.angelov
2012-02-21gfse: edit abstract syntax in text mode with instant syntax error reportinghallgren
This is an experimental feature. It requires server support for parsing and is thus not available while offline, unlike most other editing functionality.
2012-02-21sindhipatchvirk.shafqat
2012-02-20GF.Inra.UseIO: add instance Functor IOE, add method fail to instance Monad IOEhallgren
2012-02-20Latvian: 1) added some extra things that are used by the Attempto grammar; ↵normundsg
2) added notpresent tags; 3) compiles with Setup.hs and lib/src/Make.hs
2012-02-18libpgf: now the debugging mode for the parser is available only with ↵kr.angelov
compilation option.
2012-02-18libpgf: remove the now redundant field extra_ccats in PgfConcrkr.angelov
2012-02-18libpgf: now the linearization index is created during the grammar loading ↵kr.angelov
which also makes the types PgfLzr and PgfParser redundant.
2012-02-17libpgf: simplify the loading of PgfCncCatkr.angelov
2012-02-17libpgf: added printer.ckr.angelov
2012-02-17gfse: when uploading/compiling a grammar, automatically upload inherited ↵hallgren
grammars as well
2012-02-16gfse: bug fixhallgren
...in the function that computes the transitive closure of the grammar inheritance relation.
2012-02-16gfse: you can now remove grammars from the list of inherited grammarshallgren
2012-02-16gfse: style sheet fixeshallgren