We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did a Lua script to extract the code examples and test then here robertoraggi/cplusplus#314 to test it's independent parser https://github.com/robertoraggi/cplusplus and other parsers as well like g++ and clang .
Lua
g++
clang
Around 5% of the examples fail (some are due to missing include files or the libstdc++ installed on my Ubuntu 18.04).
If this project doesn't have a script to test the code examples you can use/adapt it .
The text was updated successfully, but these errors were encountered:
See here tree-sitter/tree-sitter-cpp#243 for a script using tree-sitter and Lua to check for errors on the documentation like the ones bellow:
tree-sitter
Sorry, something went wrong.
No branches or pull requests
I did a
Lua
script to extract the code examples and test then here robertoraggi/cplusplus#314 to test it's independent parser https://github.com/robertoraggi/cplusplus and other parsers as well likeg++
andclang
.Around 5% of the examples fail (some are due to missing include files or the libstdc++ installed on my Ubuntu 18.04).
If this project doesn't have a script to test the code examples you can use/adapt it .
The text was updated successfully, but these errors were encountered: