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
/
src
/
stdlib
/
c_strings.c
Age
Commit message (
Collapse
)
Author
10 days
Code cleanup and copy over some CString methods to path
Bruce Hill
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
applications of it.
2025-10-18
Improved CLI parsing and add CString.join()
Bruce Hill
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Fix some LSP issues, mostly unused imports
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
means bringing in fpconv to do float-to-string conversion and a few updates to integer and number methods for string formatting.
2025-04-15
Make some compatibility fixes to make sure the compiler can fully build
Bruce Hill
using TinyCC
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-03-31
Fully move all pattern code into patterns.c
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill