Should support parsing full definitions within typedef... (need to make tests)

This commit is contained in:
2023-07-23 23:28:21 -04:00
parent 80b5c9768d
commit 5df21998ef
2 changed files with 22 additions and 5 deletions

View File

@ -691,7 +691,6 @@ Names or Content fields are interned strings and thus showed be cached using `ge
# TODO
* Support defining & parsing full definitions inside a typedef. (For C patterns)
* Implement a context stack for the parsing, allows for accurate scope validation for the AST types.
* Trailing specifiers ( postfix ) for functions (const, override, final)
* Make a more robust test suite.