aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-02Detect type-confusion of structs in SLUL_DEBUG modeSamuel Lidén Borell1-0/+5
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-04-10Type compatibility check for integer typesSamuel Lidén Borell1-0/+37
2022-10-30Checking of enum types. Handling of negative integer literalsSamuel Lidén Borell1-10/+15
2022-10-16Basic checking of integer typesSamuel Lidén Borell1-0/+3
2022-07-17Type checking of string and boolean expressionsSamuel Lidén Borell1-0/+7
2022-07-16Increase backtrace depth for tcc-boundscheck. Remove unused fields/TODOSamuel Lidén Borell1-0/+1
2022-05-10Set up built-in typesSamuel Lidén Borell1-3/+21
2022-04-09Avoid most usages of identifiers reserved for future use in CSamuel Lidén Borell1-1/+1
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-1/+1
2021-04-18Silence "unused parameter" warnings. Remove commented out debugging codeSamuel Lidén Borell1-0/+1
2021-03-14Implement lookup of error messagesSamuel Lidén Borell1-0/+1
2021-03-07Initial commitSamuel Lidén Borell1-0/+33