summaryrefslogtreecommitdiff
path: root/lib/bindings.ml
AgeCommit message (Collapse)Author
2018-09-11Add support for passing error messages to outside world.Daniil Baturin
It's done through a global reference, but since the parser is already not reentrant due to the lexer hack, the issue is moot.
2018-09-02T824: add support for node renaming.Daniil Baturin
2018-06-05Add commands formatter function to the bindings.Daniil Baturin
2018-05-28Add the delete and exists/list_nodes/return_value(s) functions.Daniil Baturin
2018-05-28Add from_string and to_string functions to the bindings.Daniil Baturin
2018-05-26Import the initial, proof of concept implementation.Daniil Baturin