summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2020-07-06an attempt to solve record extension overloading bug, commented out for the m...aarneranta
2020-06-17Update descriptions in Python bindings setup.pyJohn J. Camilleri
2020-05-20bugfix in parsing literalskrangelov
2020-05-20expose lookupCohorts in Pythonkrangelov
2020-05-20fix the uggly typo that broke the literals.krangelov
2020-05-16split unknown words by spaceskrangelov
2020-05-14Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2020-05-14lookupCohorts now detects and reports unknown words. Also:krangelov
2020-05-05accepting gf-ud style abslabels in gf-core ; cnclabels TODOaarneranta
2020-04-01Expose PGF/Concr/Iter/BracketJohan Dahlin
2020-04-01forgot the conversion of the annotation string to jstringkrangelov
2020-03-25switch off the debuggerkrangelov
2020-03-15restore the sequence ordering after -optimize-pgfkrangelov
2020-03-06an API to access the names of all fields withing a categorykrangelov
2020-03-05fix the build after the change in the morphological APIkrangelov
2020-03-05lookup_morpho, lookup_cohorts and fullform_lexicon now report the usual condi...krangelov
2020-03-05The APIs for callbacks and the bracketed strings now use a string for the ana...krangelov
2020-01-17Python 3 literal callbacks will receive offsets in number of characters inste...krangelov
2019-12-07a version of the parser which returns a chart rather than a list of expressionskrangelov
2019-12-07remove bogus commentkrangelov
2019-12-07silence warnings in the Python bindingskrangelov
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-08-30first version of a parser which returns chunks in case of failurekrangelov
2019-08-30fix gu_map_nextkrangelov
2019-08-30a more reasonable API to iterate over a mapkrangelov
2019-08-20added gu_map_deletekrangelov
2019-08-09Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2019-08-09bugfix in the parser's scannerkrangelov
2019-08-07Remove wrong Haddock comment in PGF2John J. Camilleri
2019-07-11Remove TypeScript runtime and point to new repositoryJohn 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
2019-06-10TypeScript readmeJohn J. Camilleri
2019-06-10Add generated gflib.js under `typescript/js`. Add deprecation notice in `java...John J. Camilleri
2019-06-10Catch for when rules are undefinedJohn J. Camilleri