tree-sitter / tree-sitter-cpp

C++ grammar for tree-sitter
MIT License
262 stars 85 forks source link

feature: document which C++ standard versions the TS implementation support. #272

Open lukka opened 3 months ago

lukka commented 3 months ago

Did you check the tree-sitter docs?

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