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
/
bool.h
Age
Commit message (
Collapse
)
Author
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-11
Change *:from_text() methods to return optional values and set up CLI
Bruce Hill
parsing to use that approach
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
appropriate
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-16
Add Bool:random(p=0.5)
Bruce Hill
2024-04-10
Add Bool.from_text()
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-03
Rename as_str -> as_text
Bruce Hill
2024-02-27
Const typeinfos
Bruce Hill
2024-02-27
Stop using namespace types
Bruce Hill
2024-02-17
Split out parts into appropriate headers
Bruce Hill
2024-02-17
Overload type names with constructor and namespace struct
Bruce Hill
2024-02-17
Cleanup of builtins
Bruce Hill