| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-07 | libpgf: simple fix in the parser debugger | kr.angelov | |
| 2012-03-07 | libpgf: two APIs - one for finding all parse results and another for finding ↵ | kr.angelov | |
| the best parse result | |||
| 2012-03-06 | gfse: small usability improvements | hallgren | |
| 2012-03-05 | gfse: more helpful hints about grammar parts and RGL modules | hallgren | |
| 2012-03-05 | gfse: bug fix: avoid hickup when inhertiting from a missing concrete syntax | hallgren | |
| 2012-03-05 | gf-server.cabal: always build the fastcgi module (pgf-server), lower version ↵ | hallgren | |
| requirement on the cgi package + The flag fastcgi is removed: building the fastcgi is the main purpose of this cabal file again. + pgf-http superseded by gf-server, but is still available as an option + Require cgi>=3001.7.3 instead of cgi>=3001.8.0. | |||
| 2012-03-05 | minibar: tool tip on the feedback button and hint in the feedback form | hallgren | |
| that the user should select a language from the To: menu to suggest a better translation to a particular language. | |||
| 2012-03-05 | libpgf: now all concrete functions and categories are explicitly linked to ↵ | kr.angelov | |
| their abstract counter parts | |||
| 2012-03-02 | libpgf: preliminary version for the statistical ranking. we use naive ↵ | kr.angelov | |
| statistical model with random weight for the meta variables. | |||
| 2012-03-02 | libpgf: simple optimization in the implementation for heaps | kr.angelov | |
| 2012-03-01 | gfse: bug fix | hallgren | |
| Fix a problem opening grammars created before grammar extension was introduced. | |||
| 2012-02-29 | libpgf: an API for building heaps from buffers in gu/seq.c | kr.angelov | |
| 2012-02-29 | gfse & minibar: minor style adjustments | hallgren | |
| 2012-02-29 | gf -server: update start page, add links to some documentation | hallgren | |
| 2012-02-29 | gfse: add missing file sort.js to the repository | hallgren | |
| 2012-02-29 | PGFService.hs bug fix: pattern match failure in doParse | hallgren | |
| doParse was missing a branch for PGF.ParseIncomplete. Also introduced the operator .= to simply the code that builds JSON objects. | |||
| 2012-02-29 | libpgf: the first prototype for the robust parser | kr.angelov | |
| 2012-02-29 | libpgf: the choice object should remember integers instead of single bytes | kr.angelov | |
| 2012-02-28 | gfse: Translation Quiz integration | hallgren | |
| 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-28 | gf -server mode: JSONP support for grammar lists | hallgren | |
| Needed by the translation quiz. | |||
| 2012-02-28 | libpgf: another fix in the parser debugger | kr.angelov | |
| 2012-02-28 | bug fix in AppPredefined: don't compare values that contain variables. this ↵ | aarne | |
| should be checked even more generally. | |||
| 2012-02-28 | libpgf: the time measurement in pgf-translate should be made after ↵ | kr.angelov | |
| pgf_parse_result for more accurate timing | |||
| 2012-02-28 | libpgf: fix in the parser debugger | kr.angelov | |
| 2012-02-28 | buf fix in the compiler for HOAS | kr.angelov | |
| 2012-02-27 | gfse: recognize Predef categories Int, Float and String | hallgren | |
| but don't show them in the startcat menu. | |||
| 2012-02-27 | gfse: text mode improvements | hallgren | |
| + 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-27 | libpgf: pretty printing for expressions with metavaraibles | kr.angelov | |
| 2012-02-27 | Phrasebook feedback: hide feedback submitted by Googlebot | hallgren | |
| 2012-02-24 | gfse: text mode editing: accept grammars with printname judgements | hallgren | |
| But printname judgements are ignored for now. Also fixed an UTF-8 encoding bug when parsing uploaded grammars in gf -server mode. | |||
| 2012-02-24 | gfse: text mode tweaks | hallgren | |
| 2012-02-24 | libpgf: fix in pgf_read_into_map | kr.angelov | |
| 2012-02-24 | libpgf: simple fix in the grammar printer and the reader | kr.angelov | |
| 2012-02-24 | the Predef function eqVal to compare equality of parameter values | aarne | |
| 2012-02-23 | src/server/ContentService.hs: fix compilaton problem | hallgren | |
| 2012-02-23 | hindi-resource-grammar | virk.shafqat | |
| 2012-02-22 | libpgf: now we have both complete bottom up index for robust parsing and ↵ | kr.angelov | |
| fast lexical lookup from the same index | |||
| 2012-02-22 | gfse: layout fix | hallgren | |
| Style options inteded for some buttons used in example-based editing was unintensionally applied to some other OK/Cancel buttons as well. | |||
| 2012-02-22 | gfse: experimental support for editing concrete syntax in text mode | hallgren | |
| 2012-02-22 | gfse: some refactoring | hallgren | |
| 2012-02-22 | libpgf: two small fixes in the parser debugger | kr.angelov | |
| 2012-02-22 | libpgf: the map curr_lindefs must be allocated from a temporary pool | kr.angelov | |
| 2012-02-21 | libpgf: added index for fast lexicon lookup. Still not perfect | kr.angelov | |
| 2012-02-21 | utils/pgf-translate now reports the parsing time | kr.angelov | |
| 2012-02-21 | gfse: edit abstract syntax in text mode with instant syntax error reporting | hallgren | |
| 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-21 | sindhipatch | virk.shafqat | |
| 2012-02-20 | GF.Inra.UseIO: add instance Functor IOE, add method fail to instance Monad IOE | hallgren | |
| 2012-02-18 | libpgf: now the debugging mode for the parser is available only with ↵ | kr.angelov | |
| compilation option. | |||
| 2012-02-18 | libpgf: remove the now redundant field extra_ccats in PgfConcr | kr.angelov | |
| 2012-02-18 | libpgf: now the linearization index is created during the grammar loading ↵ | kr.angelov | |
| which also makes the types PgfLzr and PgfParser redundant. | |||
