tree-sitter-0.2.1.0: Unstable bindings for the tree-sitter parsing library.
TreeSitter.Tree
data Tree Source #
This type is uninhabited and used only for type safety within Ptr values.
Ptr
withRootNode :: Ptr Tree -> (Ptr Node -> IO a) -> IO a Source #
ts_tree_delete :: Ptr Tree -> IO () Source #
ts_tree_root_node_p :: Ptr Tree -> Ptr Node -> IO () Source #