index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
types.h
Age
Commit message (
Expand
)
Author
2024-09-11
Add optional types
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-08-18
Fix up some bigint logic issues
Bruce Hill
2024-08-18
Split BigIntType out of IntType and switch to using enums for the size
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-08-03
Incrementally moving towards passing array entry sizes explicitly
Bruce Hill
2024-07-13
Fix for reductions over iterators like `(+) range(5, 10)`
Bruce Hill
2024-07-13
Add ReturnType(ret) so we can more accurately track return values for
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
2024-05-12
Deprecate interfaces (RIP)
Bruce Hill
2024-05-12
WIP, but functional interfaces
Bruce Hill
2024-03-22
Handle type namespaces in other modules
Bruce Hill
2024-03-21
Pull namespaces from the type binding
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-09
Remove references to libgccjit
Bruce Hill
2024-03-09
Deprecate secret langs (just use one-member structs)
Bruce Hill
2024-03-09
Improve handling of secret text
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
2024-03-09
Remove dead code
Bruce Hill
2024-03-08
Array methods
Bruce Hill
2024-03-05
Fix cyclic structs/enums
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Initial pass at namespacing
Bruce Hill
2024-02-18
Type compiling stuff
Bruce Hill
2024-02-17
Change things up to use type params for all array and table methods
Bruce Hill
2024-02-17
Major cleanup
Bruce Hill
2024-02-15
Progress towards environments
Bruce Hill
2024-02-14
Syntax tweaks and cleanup
Bruce Hill
2024-02-12
Deprecate Char type
Bruce Hill
2024-02-08
More features and progress
Bruce Hill