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