aboutsummaryrefslogtreecommitdiff
path: root/typecheck.h
AgeCommit message (Expand)Author
2025-03-06Support 'when' for literal values with equality checkingBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2025-02-20Support arbitrary argument constructorsBruce Hill
2024-09-18Remove dead codeBruce Hill
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
2024-09-06Support 'when' statements as expressionsBruce Hill
2024-05-14Support corecursive structsBruce Hill
2024-04-23Support struct literals as constantsBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-03Initial pass at namespacingBruce Hill
2024-02-29First working method callsBruce Hill
2024-02-29Add type namespacesBruce Hill
2024-02-25WIP on stackrefsBruce Hill
2024-02-24Fixing up structsBruce Hill
2024-02-22Fix function compilingBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Add typechecking logicBruce Hill