You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tree-sitter-cpp is the corresponding C++ grammar for tree-sitter. tree-sitter is an incremental parsing system for programming tools, which can generate a CST for syntax highlighting and analysis use. With tree-sitter and tree-sitter-cpp, we can do some lexical software analysis for C++ programs.
The text was updated successfully, but these errors were encountered:
Package Name/Version
tree-sitter-cpp/v0.20.0
Webpage
https://tree-sitter.github.io/tree-sitter/
Source code
https://github.com/tree-sitter/tree-sitter-cpp
Description of the library/tool
tree-sitter-cpp is the corresponding C++ grammar for tree-sitter. tree-sitter is an incremental parsing system for programming tools, which can generate a CST for syntax highlighting and analysis use. With tree-sitter and tree-sitter-cpp, we can do some lexical software analysis for C++ programs.
The text was updated successfully, but these errors were encountered: