summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-02-15gfse: more work on grammar extensionhallgren
Grammars can now inherit from several other grammars. Hovering over a catagory name in a function type in the abstract syntax shows where the category was inherited from.
2012-02-15minibar_translations.js: bug fixhallgren
Two methods used the global variable p instead of declaring a local variable p. This caused the function p (that constructs HTML <p> elements) in support.js to suddenly be redefined as a number.
2012-02-14gfse: make categories from inherited grammars available in the startcat menuhallgren
2012-02-13gfse: bug fix in grammar download from cloudhallgren
2012-02-13Recording changes in automatically generated HTML files on the serverhallgren
2012-02-13gfse & minibar: small fixeshallgren
2012-02-13minibar: fix problems with the feedback formhallgren
2012-02-13gfse: better integration of the minibarhallgren
The minibar is now displayed inside the editor, intead of on a separate page. This makes the context clearer and makes it more obiovous how to return to the editor.
2012-02-13minibar: bug fix: accidental reference to global variable "server"hallgren