tree-sitter / tree-sitter/tree-sitter-cpp
feature: document which C++ standard versions the TS implementation support.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 453
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
Did you check the tree-sitter docs?
- I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
It would be helpful to document what C++ Standard Version this TreeSitter implementation is supposed to work with, e.g. C++20, C++23
Describe the solution you'd like
It would be nice if the documentation stated what version of the C++ Language Standard are supported. For example, is C++17 or C++20 supported?
Also, if any specific feature is not supported, it would be nice it would be documented as well. For example, the C++20 modules are not supported, as requested here: https://github.com/tree-sitter/tree-sitter-cpp/issues/174
Describe alternatives you've considered
Looking and trying to find out myself is time expensive.
Additional context
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by reviewing the repository's C++ grammar and the linked tree-sitter-cpp#174 modules discussion, then document the supported C++ standard versions and any explicitly unsupported features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100