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
/
tomo.h
Age
Commit message (
Collapse
)
Author
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Clean up macro code
Bruce Hill
2024-09-13
Rename c_string.{c,h} -> c_strings.{c,h}
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-13
Remove a few unused imports and clean things up a bit
Bruce Hill
2024-09-13
Split pattern code into its own file
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-09
Add (/path):by_line()
Bruce Hill
2024-09-09
Initial working version
Bruce Hill
2024-09-06
Add Shell dsl type
Bruce Hill
2024-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
modification methods like `range:by(2)` or `range:reversed()`
2024-07-20
Fix edge case with iterating over array:from(-999)
Bruce Hill
2024-05-18
Clean up imports a bit
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
2024-04-20
Fix USE_COLOR
Bruce Hill
2024-04-20
Move arg parsing to inline logic in main() function
Bruce Hill
2024-04-20
Inline color file
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-14
Better codegen for negation
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill