aboutsummaryrefslogtreecommitdiff
path: root/typecheck.c
AgeCommit message (Expand)Author
2024-02-22Implement power (^)Bruce Hill
2024-02-22Implement concatenationBruce Hill
2024-02-22Implement 'when' statement for matching on enumsBruce Hill
2024-02-20Fixing up enumsBruce Hill
2024-02-18Add in '#' operator for lengthBruce Hill
2024-02-18Add enum as_string()Bruce Hill
2024-02-17Custom tostring functions workingBruce Hill
2024-02-17Incremental fixesBruce Hill
2024-02-17Fix up doctestsBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Add typechecking logicBruce Hill