Additions and fixes based off genc repo

Typedef parses enum namespaced types properly (C typedefs of enums to expose to global scope).
This commit is contained in:
2023-07-16 23:18:00 -04:00
parent 41dc0e3fbb
commit 2a319ed6db
4 changed files with 88 additions and 0 deletions

View File

@ -687,3 +687,4 @@ Names or Content fields are interned strings and thus showed be cached using `ge
* Suffix specifiers for functions (const, override, final)
* Implement the Scanner
* Implement the Editor
* Support parsing full enum definitions inside a typedef. (For C patterns)