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

Update scanner to use new tree_sitter headers

Open savq opened this issue 3 months ago • 0 comments

Since tree-sitter v0.22.0, the macros in tree_sitter/alloc.h are the preferred way to allocate memory.

Also tree-sitter build --wasm says that exit isn't available, so the scanner also needs to be updated to handle panics some other way.

savq avatar Mar 30 '24 23:03 savq