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
/
builtins
/
types.h
Age
Commit message (
Expand
)
Author
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-11
Rename channel_t -> Channel_t for consistency
Bruce Hill
2024-09-11
Optional C Strings
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
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-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rename array_t -> Array_t
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-06-06
Prefer 'sizeof(t[n])' over 'sizeof(t)*n'
Bruce Hill
2024-05-21
Reduce codegen output for enums without data attached to any tags
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-09
Removing some dead code
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
First pass at lambdas/closures
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-27
Const typeinfos
Bruce Hill
2024-02-27
Stop using namespace types
Bruce Hill
2024-02-20
Fixing up enums
Bruce Hill
2024-02-17
Overload type names with constructor and namespace struct
Bruce Hill
2024-02-17
Change things up to use type params for all array and table methods
Bruce Hill
2024-02-17
Rename 'cord' to 'as_str'
Bruce Hill
2024-02-17
Fix up some builtins
Bruce Hill
2024-02-17
Getting back to old typeinfo stuff from SSS
Bruce Hill
2024-02-10
Rename taggedunion in builtins
Bruce Hill
2024-02-04
Builtins
Bruce Hill