| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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 | 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 | |||
| 2019-06-10 | Minor indentation fixes in gflib.js | John J. Camilleri | |
| Despite it being deprecated 🙈 | |||
| 2019-06-07 | Support for `pre` in gflib.ts. Some type annotation fixes. | John J. Camilleri | |
| 2019-06-07 | Porting of JS runtime to TypeScript (`gflib.ts`) complete | John J. Camilleri | |
| 2019-06-07 | Remove type definitions gflib.d.ts which contained many errors and now obsolete | John J. Camilleri | |
| 2019-06-07 | More type fixes in gflib.ts after setting noImplicitAny | John J. Camilleri | |
| 2019-06-07 | Clean up whitespace in [old] gflib.js | John J. Camilleri | |
| 2019-06-07 | Fix all type errs in gflib.ts except tagging ones. Add TS/eslint configs. | John J. Camilleri | |
| gflib.js required changing the String prototype which I'm not sure I want to do here | |||
| 2019-06-05 | More progress on gflib.ts | John J. Camilleri | |
| All code has been copied from gflib.js but there are many type errors yet to be resolved | |||
| 2019-06-04 | Add `gflib.ts`, a port of JS runtime `gflib.js` into TypeScript (WIP) | John J. Camilleri | |
| 2019-05-29 | Update TypeScript definitions for gflib.js | John J. Camilleri | |
| Still not 100% tested: best solution will really be to rewrite gflib.js in TypeScript and at the same time use ES modules | |||
| 2019-05-28 | bits of documentation | krangelov | |
| 2019-05-28 | filter out empty cohorts | krangelov | |
| 2019-05-28 | API for scanning for cohorts in an arbitrary text | krangelov | |
