haskell-tree-sitter icon indicating copy to clipboard operation
haskell-tree-sitter copied to clipboard

Haskell bindings for tree-sitter

Results 25 haskell-tree-sitter issues
Sort by recently updated
recently updated
newest added

Bumps [kleidukos/get-tested](https://github.com/kleidukos/get-tested) from 0.1.7.0 to 0.1.8.0. Changelog Sourced from kleidukos/get-tested's changelog. 0.1.8.0 -- 2024-09-06 Provide the --newest and --oldest flags to pick the newest or oldest-supported GHC. (55) 0.1.5.0 --...

dependencies

https://github.com/bglgwyng/haskell-tree-sitter/commit/628fd3c5ee96bf81f13bf0c57eb5e2702b2f6972 Here I fixed haskell-tree-sitter to work with ABI version 14. However, I don't know the policy of this repo and how to version the cabal project. Is it supposed...

This program prints `True`: ```hs import TreeSitter.OCaml import Foreign main = print $ tree_sitter_ocaml == nullPtr ```