summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-18Fix build problems, bump versiom to gf-3.10.4-gitThomas Hallgren
2019-11-18PGFService: revert unlexing change in PGFService to restore &+ behaviourThomas Hallgren
2019-11-13fixed a vd bug that sometimes erased the root labelaarneranta
2019-11-12fixed the problem with generating several roots in ud2gf. Now only the leftmo...aarneranta
2019-10-09forgot that debugging is onkrangelov
2019-10-09fix chunk extraction when there are literalskrangelov
2019-10-09fix the parsing for literals after the latest changes in the parserkrangelov
2019-09-20more dead codekrangelov
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
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
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
2019-08-05Minibar can now display grammar documentation.Thomas Hallgren
2019-07-11Remove TypeScript runtime and point to new repositoryJohn J. Camilleri
2019-07-10Merge pull request #45 from GrammaticalFramework/pgf2jsonJohn J. Camilleri
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
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
2019-06-10Use strict mode in TypeScript, catch some more corner casesJohn J. Camilleri