aboutsummaryrefslogtreecommitdiff
path: root/types.h
AgeCommit message (Expand)Author
2024-08-18Fix up some bigint logic issuesBruce Hill
2024-08-18Split BigIntType out of IntType and switch to using enums for the sizeBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-11Add channels and threadsBruce Hill
2024-08-10Add Sets to the languageBruce Hill
2024-08-03Incrementally moving towards passing array entry sizes explicitlyBruce Hill
2024-07-13Fix for reductions over iterators like `(+) range(5, 10)`Bruce Hill
2024-07-13Add ReturnType(ret) so we can more accurately track return values forBruce Hill
2024-05-18Add C string typeBruce Hill
2024-05-12Deprecate interfaces (RIP)Bruce Hill
2024-05-12WIP, but functional interfacesBruce Hill
2024-03-22Handle type namespaces in other modulesBruce Hill
2024-03-21Pull namespaces from the type bindingBruce Hill
2024-03-19Module importsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-09Remove references to libgccjitBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Improve handling of secret textBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09Remove dead codeBruce Hill
2024-03-08Array methodsBruce Hill
2024-03-05Fix cyclic structs/enumsBruce Hill
2024-03-03Rename Str -> TextBruce Hill
2024-03-03Initial pass at namespacingBruce Hill
2024-02-18Type compiling stuffBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Major cleanupBruce Hill
2024-02-15Progress towards environmentsBruce Hill
2024-02-14Syntax tweaks and cleanupBruce Hill
2024-02-12Deprecate Char typeBruce Hill
2024-02-08More features and progressBruce Hill