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.c
Age
Commit message (
Expand
)
Author
2024-03-09
Implement lambdas and closures
Bruce Hill
2024-03-09
First pass at lambdas/closures
Bruce Hill
2024-03-09
Remove dead code
Bruce Hill
2024-03-08
Remove spurious promotion between structs
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Definitively go with "Int" and "Num" over "Int64" and "Num64", plus add
Bruce Hill
2024-03-03
Initial pass at namespacing
Bruce Hill
2024-02-25
Table field access for .keys, .values, .default, .fallback
Bruce Hill
2024-02-24
Fixing up structs
Bruce Hill
2024-02-20
Fixing up enums
Bruce Hill
2024-02-18
Better table literals
Bruce Hill
2024-02-18
Type compiling stuff
Bruce Hill
2024-02-18
Change syntax back to "enum(...)" and "struct(...)"
Bruce Hill
2024-02-17
Fix some more alignment issues and partial rename of Type_type
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-14
Syntax tweaks and cleanup
Bruce Hill
2024-02-12
Deprecate Char type
Bruce Hill
2024-02-08
More features and progress
Bruce Hill