aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.h
Commit message (Collapse)AuthorAgeFilesLines
* c: accept C99 `[static N]` style array decls, changes to fn quals lemon2025-12-111-27/+2
| | | | | | Function parameters qualifiers don't matter outside of function definition. `int (const int)` should be compatible with `int(int)` etc. So no need to store them in the typedata.
* c: support for noreturn, and decl parsing cleanup lemon2025-12-111-2/+0
|
* factor type stuff into type.h lemon2025-11-161-0/+200