tree-sitter

tree-sitter fun
2021-03-07T00:14:43.009900Z

here's the non-jni attempt: https://github.com/apmasell/treesitter4j there is a branch there with more work, but it doesn't look to me like this got to a working state.

lilactown 2021-03-07T01:36:21.010300Z

ok. thanks!

2021-03-07T03:42:08.010900Z

ah, regarding using tree-sitter from clojure -- i did use it via libpython-clj and python bindings.

2021-03-07T03:43:26.011300Z

that's quite a lot of detouring though

2021-03-07T03:48:15.011600Z

here's a gist that might give a sense of things: https://gist.github.com/sogaiu/c0d668d050b63e298ef63549e357f9d2

2021-03-07T03:49:07.012100Z

that's basically some work trying to use test.check to test the grammar