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
/
stdlib
/
optionals.c
Age
Commit message (
Collapse
)
Author
2025-03-21
Move stdlib into src/
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
better performance for long sequences of repeated concatenation.
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
improves the usability of a lot of the APIs. Also bugfix some issues with ranges.
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-08
Reduce padding needed for optional types and clean up some redundant
Bruce Hill
type padding
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-28
Redefine NULL_* values as #defines so they can be constant initializers
Bruce Hill
2024-09-24
Add '$' prefix on all user code
Bruce Hill
2024-09-15
Fix optional bytes
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill