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
/
pointer.c
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-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-03
Use Text("...") literal constructor instead of Text$from_str("...")
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
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-10
Rearranging some files
Bruce Hill
2024-03-05
Fix cyclic structs/enums
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-02-18
Fix pointer coloring
Bruce Hill
2024-02-17
Bugfix for getting type name
Bruce Hill
2024-02-17
Fix up align issues
Bruce Hill
2024-02-17
Fix up USE_COLOR
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