aboutsummaryrefslogtreecommitdiff
path: root/token.c
AgeCommit message (Expand)Author
2024-04-02map: Use simpler fnv-1a hash functionMichael Forney
2022-08-05Add new C23 keywordsMichael Forney
2022-02-10Remove one last use of _NoreturnMichael Forney
2022-01-01Remove dependency on signed integer representationMichael Forney
2020-06-05Help gcc see that variables are not used uninitializedMichael Forney
2020-03-18token: Handle TEOF in tokendescMichael Forney
2020-03-17token: Add TOTHER for other non-whitespace tokensMichael Forney
2020-03-17pp: Add support for macro definition and expansionMichael Forney
2020-03-16token: Add tokencheck utility functionMichael Forney
2020-03-16token: Rename some functionsMichael Forney
2019-08-13scan: Add `::` operatorMichael Forney
2019-08-13decl: Separate _Static_assert handling to its own functionMichael Forney
2019-04-29Add __asm__ keywordMichael Forney
2019-04-29Add __typeof__ to tokstrMichael Forney
2019-04-23expr: Use tokstr in ++/-- operator error messagesMichael Forney
2019-04-17Improve token descriptions in errorsMichael Forney
2019-04-04Merge headers into cc.hMichael Forney
2019-02-13Make __builtin_va_list a built-in declaration, not keywordMichael Forney
2019-02-12Initial importMichael Forney