| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-09 | forgot that debugging is on | krangelov | |
| 2019-10-09 | fix chunk extraction when there are literals | krangelov | |
| 2019-10-09 | fix the parsing for literals after the latest changes in the parser | krangelov | |
| 2019-09-20 | more dead code | krangelov | |
| 2019-09-20 | removed more dead code | krangelov | |
| 2019-09-20 | remove obsolete code | krangelov | |
| 2019-09-10 | GrammarToCanonical: bug fix: add missing case for Empty | Thomas Hallgren | |
| 2019-08-30 | first version of a parser which returns chunks in case of failure | krangelov | |
| 2019-08-30 | fix gu_map_next | krangelov | |
| 2019-08-30 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-08-30 | a more reasonable API to iterate over a map | krangelov | |
| 2019-08-28 | Update Stack files after testing with Stack v2 | John J. Camilleri | |
| - Also bump up some minor GHC versions (8.4.3 -> 8.4.4, 8.6.2 -> 8.6.5) - Should still work with Stack < v2 (tested in docker/haskell:8.2.2) | |||
| 2019-08-21 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Thomas Hallgren | |
| 2019-08-21 | Minibar: support for links to open a given grammar in the minibar | Thomas Hallgren | |
| When you press the "i" or "More info" button for a grammar, the info now includes a link that can be used by anyone to open this specific grammar in the minibar. | |||
| 2019-08-20 | added gu_map_delete | krangelov | |
| 2019-08-18 | fix packages | krangelov | |
| 2019-08-18 | fix reference to FastCGIUtils | krangelov | |
| 2019-08-18 | remove obsolete code | krangelov | |
| 2019-08-09 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-08-09 | bugfix in the parser's scanner | krangelov | |
| 2019-08-07 | debian/rules: fix two build problems | Thomas Hallgren | |
| 2019-08-07 | Download page: add binary package for Raspbian 10 | Thomas Hallgren | |
| 2019-08-07 | GF home page: fix some links smoother operation over https | Thomas Hallgren | |
| 2019-08-07 | Remove wrong Haddock comment in PGF2 | John J. Camilleri | |
| Clearly just a copy-paste error | |||
| 2019-08-05 | Minibar can now display grammar documentation. | Thomas Hallgren | |
| The documentation is taken from a file called Grammar.pgf_info, located next to the Grammar.pgf file on the server. The first line of the documentation is displayed below the menu bar in the minibar. The rest of the documentation is displayed when you press the "More info" button (or the "i" button). The documentation can contain HTML markup. Blank lines are treated as paragraph breaks. | |||
| 2019-07-11 | Remove TypeScript runtime and point to new repository | John J. Camilleri | |
| https://github.com/GrammaticalFramework/gf-typescript | |||
| 2019-07-10 | Merge pull request #45 from GrammaticalFramework/pgf2json | John J. Camilleri | |
| Add export to PGF JSON format | |||
| 2019-07-10 | Minor renamings in JSON format | John J. Camilleri | |
| 2019-07-10 | Address @heatherleaf's suggestions | John J. Camilleri | |
| 2019-07-07 | Whitespace fixes | John J. Camilleri | |
| 2019-07-07 | Finish compile to PGF JSON, including JSON schema for resulting format. | John J. Camilleri | |
| 2019-07-03 | Finish JSON conversion for abstract | John J. Camilleri | |
| 2019-07-03 | Start work on PGFtoJSON module. Add compiler flag `-f json`. | John J. Camilleri | |
| 2019-06-30 | fully supported case-insensitive parsing/lookup | krangelov | |
| 2019-06-25 | the parser now ensures that all word senses are in the chart | krangelov | |
| 2019-06-24 | fix in gu_buf_heap_pop | krangelov | |
| 2019-06-24 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-06-24 | share some code for printing | krangelov | |
| 2019-06-13 | gflib.ts: put warning on console when function undefined | John J. Camilleri | |
| 2019-06-13 | gflib.ts: fix in annotation when type is unknown | John J. Camilleri | |
| 2019-06-13 | gflib.ts: generate source map, which is helpful for debugging | John J. Camilleri | |
| 2019-06-13 | gflib.ts: handled unimplemented functions during linearisation | John J. Camilleri | |
| 2019-06-12 | gflib.ts: also accept U+00C0-U+00FF (\192-\255) in idents in parseTree | John J. Camilleri | |
| Matches definition in src/compiler/GF/Grammar/Lexer.x | |||
| 2019-06-12 | gflb.ts: add comments about startsWith polyfill, making into module | John J. Camilleri | |
| 2019-06-10 | Avoid modifying String prototype in TypeScript runtime | John J. Camilleri | |
| Adds new class TaggedString | |||
| 2019-06-10 | Use strict mode in TypeScript, catch some more corner cases | John J. Camilleri | |
| 2019-06-10 | TypeScript readme | John J. Camilleri | |
| 2019-06-10 | Add generated gflib.js under `typescript/js`. Add deprecation notice in ↵ | John J. Camilleri | |
| `javascript`. | |||
| 2019-06-10 | Catch for when rules are undefined | John J. Camilleri | |
| 2019-06-10 | Create copies when tagging | John J. Camilleri | |
| Not sure if this behaviour is identical to previous version, or in truth how important it really is anyway | |||
