summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2017-01-26a better implementation for PGF2.categorieskrasimir
2017-01-26now the Python API also accepts types as start categories. Using a string is ...krasimir
2017-01-26forgot to add src/runtime/haskell-bind/PGF2/Type.hsckrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir
2017-01-26copy the types for BracketedString from the Haskell runtime to the Haskell bi...krasimir
2017-01-26added mkMeta and unMeta in the Haskell bindingkrasimir
2017-01-26added mkAbs and unAbs in the Haskell bindingkrasimir
2017-01-26more startCat to the Types section in the Haddock documentation for the Haske...krasimir
2017-01-26add unStr,unInt and unFloat in the Haskell bindingkrasimir
2017-01-25improve the documentation for PGF2krasimir
2017-01-25add functionsByCat in the Haskell bindingkrasimir
2017-01-25bugfix in the Haskell bindingkrasimir
2017-01-24added linearizeAll in the Java APIkrasimir
2017-01-24resolve a conflict that was for some reason commited in src/runtime/java/Make...krasimir
2016-09-19python examples compatible with both Python 2 and 3prasanth.kolachina
2016-09-05BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF bo...aarne
2016-08-01python2 is now supported. the patch is based on a contribution from Vinit Rav...krasimir
2016-08-01two memory leaks in the Python bindingskrasimir
2016-06-16pgf_generate_all now emits __mock_string__ instead of FOO for String literals.krasimir
2016-06-16bugfix in the load method in the Python binding. The file was never closed.krasimir
2016-06-15added a default value in dependency visualization for cases using maximum, to...aarne
2016-06-09PGF service & minibar: only show dependency diagrams if the labels are knownhallgren
2016-06-09now a working API for complex queries in libsgkrasimir
2016-06-09bugfix in libsgkrasimir
2016-06-08PGF.VisualizeTree: add white background in the SVG rendering of dependency treeshallgren
2016-06-08PGF.VisualizeTree: add SVG renderering of word dependency treeshallgren
2016-06-03vd latex: some adjustments in heights and lengthsaarne
2016-06-02vd: arc heights now depend on number of arcs below rather than word distanceaarne
2016-05-30fix in the Haskell binding: functionType should throw error if the function i...krasimir
2016-05-30added getFunctionProb in the Java and C APIkrasimir
2016-05-26Add haddock documentation to PGF.graphvizDependencyTree and PGF.getDepLabelshallgren
2016-05-26Fix documentation typo on PGF.Haskellhallgren
2016-05-25the Java API now also has access to the token's category while doing completionkrasimir
2016-05-25fix the word completion in the C runtimekrasimir
2016-05-25fix the compilation when debugging is switched offkrasimir
2016-05-25pgf_generate_all now works with literals as wellkrasimir
2016-05-25when expressions with Float literals are printed, we should use the same form...krasimir
2016-05-25fix a warning in libsgkrasimir
2016-05-23made the word length proportionate in dependency visualization, instead of us...aarne
2016-05-22bugfix in libsgkrasimir
2016-05-20change the API for literals in Java and Python. The input sentence is no long...krasimir
2016-05-19in case of null argument it is more intuitive to report the argument index by...krasimir
2016-05-19the constructor for expressions in the Java runtime now checks for null argum...krasimir
2016-05-18fix the compilation of sqlite3 on MacOSkrasimir
2016-05-11the Literals API in Haskell no longer offers the sentence as an argument to t...krasimir
2016-05-11many of the uses of peekCString and withCString in the Haskell binding were i...krasimir
2016-05-10fix the offset for oracles in Haskellkrasimir
2016-05-10an API for oracles in the GF parserkrasimir
2016-04-29a prototype for complex queries over expressions in libsgkrasimir
2016-04-29added methods for accessing the last element of a buffer in libgukrasimir