tree-sitter / tree-sitter-julia

Julia grammar for Tree-sitter
MIT License
93 stars 31 forks source link

Update scanner to use new tree_sitter headers #134

Closed savq closed 4 months ago

savq commented 5 months ago

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.