- Notifications
You must be signed in to change notification settings - Fork 1
OpenFeb 7, 2025
No due date
•Last updated It will not be standard compliant, but this should mean that the user should get an AST that can validate all content of a C++ file, excluding preprocessor edge cases that are unsupported.
20% complete
List view
0 of 8 selected 0 issues of 8 selected
Support parsing concepts & constraints
enhancementNew feature or requestNew feature or requestStatus: Open.#21In Ed94/gencpp;Full statement expression parsing.
enhancementNew feature or requestNew feature or requestStatus: Open.#28In Ed94/gencpp;Basic Statement Expression Parsing
enhancementNew feature or requestNew feature or requestStatus: Open.#49In Ed94/gencpp;Resolve issues with typename that prevent proper representation of typedef'd function signatures.
enhancementNew feature or requestNew feature or requestStatus: Open.#60In Ed94/gencpp;Review: Parsing preprocessor in one pass edge cases.
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestStatus: Open.#54In Ed94/gencpp;Support better 'name' resolution of the AST for C++
enhancementNew feature or requestNew feature or requestStatus: Open.#61In Ed94/gencpp;Compress parser codepaths for repetitive code & Update Algo docs
simplificationSimplifying the librarySimplifying the libraryStatus: Open.#65In Ed94/gencpp;Have untyped asts keep track of Token slice for the content instead of a Str slice
enhancementNew feature or requestNew feature or requestStatus: Open.#73In Ed94/gencpp;