-
Notifications
You must be signed in to change notification settings - Fork 1
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
Auxiliary: Add support for parsing C++ in a metadesk format.
enhancementNew feature or requestNew feature or requestStatus: Open.Have untyped asts keep track of Token slice for the content instead of a Str slice
enhancementNew feature or requestNew feature or requestStatus: Open.Don't use implicit context for core implementation of the interface
enhancementNew feature or requestNew feature or requestStatus: Open.Use a termination constant Code to represent valid ends of the AST.
enhancementNew feature or requestNew feature or requestStatus: Open.Make a contextual push/pop ctx for code body construction
enhancementNew feature or requestNew feature or requestStatus: Open.Test using uncrustify directly as a lib instead of clang-format
toolingAuxiliary tool or extension beyond the core libraryAuxiliary tool or extension beyond the core libraryStatus: Open.Compress parser codepaths for repetitive code & Update Algo docs
simplificationSimplifying the librarySimplifying the libraryStatus: Open.Support better 'name' resolution of the AST for C++
enhancementNew feature or requestNew feature or requestStatus: Open.Resolve issues with typename that prevent proper representation of typedef'd function signatures.
enhancementNew feature or requestNew feature or requestStatus: Open.Support more robust macro defines construction & parsing
enhancementNew feature or requestNew feature or requestStatus: Open.Support C's _Generic expression (upfront & parsing)
enhancementNew feature or requestNew feature or requestStatus: Open.