| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-05-27 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-05-27 | remove duplicate definition for RecordCompare | krangelov | |
| 2019-05-03 | runtime/javascript: use a grammar.js with two langauges | Thomas Hallgren | |
| grammar.js contained only one langauge: FoodsEng. Now it contains FoodsEng and FoodsIta, similar to what's shown in the gf-tutorial. The grammar comes from gf-contrib/tutorial/foods. | |||
| 2019-05-03 | gf-tutorial: fix link to JavaScript translator demo | Thomas Hallgren | |
| After fixing trivial problem in translator.html, the demo works, but the example grammar contains only one langauge, so it is not so interesting. translator.html is located in src/runtime/javascript. The editor.html in the same location also works. | |||
| 2019-03-20 | hiding morphological tags from Latex printing of dependency trees | Aarne Ranta | |
| 2019-03-19 | support cross-compilation from Linux to Windows | krangelov | |
| 2019-03-19 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-03-19 | added one more possible location for Java headers | krangelov | |
| 2019-03-07 | haskell-bind/utils.c: add missing return | Thomas Hallgren | |
| Found via C compiler warning | |||
| 2019-02-27 | strip empty phrases in bracketedLinearize | krangelov | |
| 2019-02-20 | added Data.Data.Data instance for Expr | krangelov | |
| 2019-02-18 | fixes in the headers for use with Microsoft Visual C++ | krangelov | |
| 2019-02-18 | fixes in the headers for compilation on Windows | krangelov | |
| 2019-02-14 | disable the parser debugger which was left enabled by accident | krangelov | |
| 2019-02-14 | fix the reader for patterns in a def rule | krangelov | |
| 2019-02-14 | different definition for GF_ARRAY_LEN | krangelov | |
| 2019-02-14 | bugfix in computing record lengths | krangelov | |
| 2019-01-23 | PGF.Haskell.fromStr: fix double spaces caused by empty tokens | Thomas Hallgren | |
| 2019-01-07 | add CoNLLU as output format for gf2ud: merging issue (#24) | Prasanth Kolachina | |
| 2019-01-07 | Merge pull request #24 from odanoburu/gf2ud-comments | Prasanth Kolachina | |
| (gf2ud) add comments to CoNLL-U output | |||
| 2018-12-20 | revert to printing the unique id in ppBracketedString | Krasimir Angelov | |
| 2018-12-20 | save the original concrete category in BracketedString | Krasimir Angelov | |
| 2018-12-19 | (gf2ud) add comments to CoNLL-U output | odanoburu | |
| when debbuging labels, I find it useful to have comments saying what's the original sentence (lazy, I know) and the original tree (depending on the treebank, the trees can be similar). I know this is not the goal exactly, but UDv2 treebanks (http://universaldependencies.org/format.html) should always have a 'text =' comment, and a 'sent_id =' comment (which would be easy to implement too, but not that useful). | |||
| 2018-12-18 | added the possibility to annotate features of syncat words, e.g. @"is" PresSg3 | Aarne Ranta | |
| 2018-12-18 | refactored cnc configfile parsing a bit | Aarne Ranta | |
| 2018-12-18 | Merge branch 'master' into master | Aarne Ranta | |
| 2018-12-18 | morph. feat generation by AR | Prasanth Kolachina | |
