summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf
AgeCommit message (Expand)Author
2023-09-07Update jit.cKrasimir Angelov
2023-08-11the jitter should still read the absfuns even for EMSCRIPTEN and aarch64Krasimir Angelov
2023-08-09One more place with __aarch64__Krasimir Angelov
2023-08-09Try with __aarch64__Krasimir Angelov
2023-08-08lightning.h not included on aarch64Krasimir Angelov
2023-08-04Disable the jit on aarch64Krasimir Angelov
2023-08-04Create funcs.hKrasimir Angelov
2023-08-04Create Create aarch64/fp.hKrasimir Angelov
2023-08-04Create aarch64/core.hKrasimir Angelov
2023-08-04Create aarch64/asm.hKrasimir Angelov
2022-07-16support for BIND tokens in the Python bindingsKrasimir Angelov
2022-07-04allow compilation with emscriptenKrasimir Angelov
2021-01-20fix type signaturekrangelov
2020-11-17Take a step back and do bottom up prediction only when needed. This solves th...krangelov
2020-08-14remove the deprecated pgf_print_expr_tuplekrangelov
2020-08-14added an API for cloning expressions/types/literalskrangelov
2020-07-26filter out empty bracketskrangelov
2020-07-11revert to using unconditional probabilities in the different lookup functionskrangelov
2020-07-08drop the SG library completely.krangelov
2020-05-20bugfix in parsing literalskrangelov
2020-05-20fix the uggly typo that broke the literals.krangelov
2020-05-16split unknown words by spaceskrangelov
2020-05-14lookupCohorts now detects and reports unknown words. Also:krangelov
2020-03-25switch off the debuggerkrangelov
2020-03-06an API to access the names of all fields withing a categorykrangelov
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
2019-12-07a version of the parser which returns a chart rather than a list of expressionskrangelov
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-09bugfix in the parser's scannerkrangelov
2019-06-30fully supported case-insensitive parsing/lookupkrangelov
2019-06-25the parser now ensures that all word senses are in the chartkrangelov
2019-06-24share some code for printingkrangelov
2019-05-28filter out empty cohortskrangelov
2019-05-28API for scanning for cohorts in an arbitrary textkrangelov
2019-02-18fixes in the headers for compilation on Windowskrangelov
2019-02-14disable the parser debugger which was left enabled by accidentkrangelov
2019-02-14fix the reader for patterns in a def rulekrangelov
2018-12-20save the original concrete category in BracketedStringKrasimir Angelov
2018-12-16a pool where the smallest chunks are memory pageskrangelov
2018-06-27undo the partial fix for word completion since it breaks normal parsingKrasimir Angelov
2018-06-20a simple fix for the linearizerKrasimir Angelov
2018-06-20Revert "when linearizing missing functions with brackets, the name of the fun...Krasimir Angelov
2018-06-20Revert "forgot to switch off the debugger"Krasimir Angelov
2018-06-20forgot to switch off the debuggerKrasimir Angelov
2018-06-20when linearizing missing functions with brackets, the name of the function sh...Krasimir Angelov
2018-04-12bugfix in the C parserKrasimir Angelov