dodona-edu / dolos

:detective: Source code plagiarism detection
https://dolos.ugent.be
MIT License
234 stars 30 forks source link

Update tree-sitter parsers to 0.21 or use compat layer #1541

Closed rien closed 1 month ago

rien commented 1 month ago

This PR updates most parsers to make use of the tree-sitter 0.21 update which uses the node-addon-api for native bindings instead of nan.

For parsers which have not updated yet, we use https://github.com/segevfiner/node-tree-sitter-compat which converts the language binding.

Notable submodule changes:

Closes #1486