To develop first run:
npm installTo build the parser:
tree-sitter generateTo run tests:
tree-sitter testTo run more extensive tests run:
# some/path could for example point to the cppfront regression tests directory
./test_on_cpp2_files.sh some/path