| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2012-02-17 | libpgf: simplify the loading of PgfCncCat | kr.angelov | |
| 2012-02-17 | libpgf: added printer.c | kr.angelov | |
| 2012-02-17 | gfse: when uploading/compiling a grammar, automatically upload inherited ↵ | hallgren | |
| grammars as well | |||
| 2012-02-16 | gfse: bug fix | hallgren | |
| ...in the function that computes the transitive closure of the grammar inheritance relation. | |||
| 2012-02-16 | gfse: you can now remove grammars from the list of inherited grammars | hallgren | |
| 2012-02-16 | gfse: style sheet fixes | hallgren | |
| 2012-02-15 | gfse: more work on grammar extension | hallgren | |
| 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-15 | minibar_translations.js: bug fix | hallgren | |
| 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-14 | gfse: make categories from inherited grammars available in the startcat menu | hallgren | |
| 2012-02-13 | gfse: bug fix in grammar download from cloud | hallgren | |
| 2012-02-13 | gfse & minibar: small fixes | hallgren | |
| 2012-02-13 | minibar: fix problems with the feedback form | hallgren | |
| 2012-02-13 | gfse: better integration of the minibar | hallgren | |
| 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-13 | minibar: bug fix: accidental reference to global variable "server" | hallgren | |
| 2012-02-13 | gfse: added a button to go directly from the editor to the minibar | hallgren | |
| If there is an error in the grammar, the error message is shown below the grammar instead. Also: GFServer.hs now returns compiler output in a JSON structure instead of as a HTML page. | |||
| 2012-02-10 | gfse: stay on the same page when compiling grammars | hallgren | |
| The link to the minibar (or compiler errors) are now shown below the grammar on the same page. If you go to the minibar, you only have to press the back button once to get back to the editor. Also some output formatting changes in GFServer.hs. | |||
| 2012-02-10 | gfse&minibar: select the right grammar in minibar when invoked from gfse | hallgren | |
| The grammar that the user is currently working is now the one shown initially in minibar, instead of the first grammar in alphabetical order. Also GFServer.hs now removes absolute paths to the grammar files on the server in error messages from GF returned to to gfse. | |||
| 2012-02-10 | gfse: bug fix: syntax check in concrete syntax wasn't working | hallgren | |
| In newer versions of GF the shell says "syntax error" instead of "parse error". | |||
| 2012-02-09 | gfse: initial support for module extension | hallgren | |
| There is a new way to create a new grammar based on an existing grammar: by extending it. (It is also possible to clone an existing grammar, a before.) | |||
| 2012-02-07 | gfse: document the representation of GF grammars used by the editor. | hallgren | |
| 2012-02-01 | gf -server: better error message for requests with unsupported HTTP methods | hallgren | |
| 2012-02-01 | gf -server: fix bug that caused '+' to be converted to ' ' in uploaded grammars | hallgren | |
| Fixed buggy workaround for bug in httpd-shed function queryToArguments. | |||
