summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-20removed more dead codekrangelov
2019-09-20remove obsolete codekrangelov
2019-09-10GrammarToCanonical: bug fix: add missing case for EmptyThomas Hallgren
2019-08-30first version of a parser which returns chunks in case of failurekrangelov
2019-08-30fix gu_map_nextkrangelov
2019-08-30Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2019-08-30a more reasonable API to iterate over a mapkrangelov
2019-08-28Update Stack files after testing with Stack v2John 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-21Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2019-08-21Minibar: support for links to open a given grammar in the minibarThomas 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-20added gu_map_deletekrangelov
2019-08-18fix packageskrangelov
2019-08-18fix reference to FastCGIUtilskrangelov
2019-08-18remove obsolete codekrangelov
2019-08-09Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2019-08-09bugfix in the parser's scannerkrangelov
2019-08-07debian/rules: fix two build problemsThomas Hallgren
2019-08-07Download page: add binary package for Raspbian 10Thomas Hallgren
2019-08-07GF home page: fix some links smoother operation over httpsThomas Hallgren
2019-08-07Remove wrong Haddock comment in PGF2John J. Camilleri
Clearly just a copy-paste error
2019-08-05Minibar 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-11Remove TypeScript runtime and point to new repositoryJohn J. Camilleri
https://github.com/GrammaticalFramework/gf-typescript
2019-07-10Merge pull request #45 from GrammaticalFramework/pgf2jsonJohn J. Camilleri
Add export to PGF JSON format
2019-07-10Minor renamings in JSON formatJohn J. Camilleri
2019-07-10Address @heatherleaf's suggestionsJohn J. Camilleri
2019-07-07Whitespace fixesJohn J. Camilleri
2019-07-07Finish compile to PGF JSON, including JSON schema for resulting format.John J. Camilleri
2019-07-03Finish JSON conversion for abstractJohn J. Camilleri
2019-07-03Start work on PGFtoJSON module. Add compiler flag `-f json`.John J. Camilleri
2019-06-30fully supported case-insensitive parsing/lookupkrangelov
2019-06-25the parser now ensures that all word senses are in the chartkrangelov
2019-06-24fix in gu_buf_heap_popkrangelov
2019-06-24Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2019-06-24share some code for printingkrangelov
2019-06-13gflib.ts: put warning on console when function undefinedJohn J. Camilleri
2019-06-13gflib.ts: fix in annotation when type is unknownJohn J. Camilleri
2019-06-13gflib.ts: generate source map, which is helpful for debuggingJohn J. Camilleri
2019-06-13gflib.ts: handled unimplemented functions during linearisationJohn J. Camilleri
2019-06-12gflib.ts: also accept U+00C0-U+00FF (\192-\255) in idents in parseTreeJohn J. Camilleri
Matches definition in src/compiler/GF/Grammar/Lexer.x
2019-06-12gflb.ts: add comments about startsWith polyfill, making into moduleJohn J. Camilleri
2019-06-10Avoid modifying String prototype in TypeScript runtimeJohn J. Camilleri
Adds new class TaggedString
2019-06-10Use strict mode in TypeScript, catch some more corner casesJohn J. Camilleri
2019-06-10TypeScript readmeJohn J. Camilleri
2019-06-10Add generated gflib.js under `typescript/js`. Add deprecation notice in ↵John J. Camilleri
`javascript`.
2019-06-10Catch for when rules are undefinedJohn J. Camilleri
2019-06-10Create copies when taggingJohn J. Camilleri
Not sure if this behaviour is identical to previous version, or in truth how important it really is anyway
2019-06-10Minor indentation fixes in gflib.jsJohn J. Camilleri
Despite it being deprecated 🙈
2019-06-07Support for `pre` in gflib.ts. Some type annotation fixes.John J. Camilleri
2019-06-07Porting of JS runtime to TypeScript (`gflib.ts`) completeJohn J. Camilleri
2019-06-07Remove type definitions gflib.d.ts which contained many errors and now obsoleteJohn J. Camilleri