Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 325 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 325 Bytes

tree-sitter-cpp2

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