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
Age
Commit message (
Expand
)
Author
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-04
Minor code cleanup
Bruce Hill
2024-11-04
Fix for blocking reads
Bruce Hill
2024-11-04
Update text API to use optional returns when applicable
Bruce Hill
2024-11-04
Add some missing functionality for Bytes
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Update Path:read_bytes() API to take a byte count
Bruce Hill
2024-11-03
Fix per-thread RNG
Bruce Hill
2024-11-03
Make Int.random() use thread-local state
Bruce Hill
2024-11-03
Use an RNG parameter for array:random(), array:shuffle(),
Bruce Hill
2024-11-03
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
Bruce Hill
2024-11-03
Add Int64:unsigned_left_shift() and :unsigned_right_shift()
Bruce Hill
2024-11-03
Add wrapping plus/minus for fixed-size integers
Bruce Hill
2024-11-02
Update header
Bruce Hill
2024-11-02
Make Text:find() return an optional int
Bruce Hill
2024-10-31
Remove unused args for end_test()
Bruce Hill
2024-10-31
Tweak doctest output so it outputs source info
Bruce Hill
2024-10-30
Fix header inline functions to use `extern inline` and some GCC magic
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-29
Add file globbing
Bruce Hill
2024-10-27
Fixes for places that used Text$find()
Bruce Hill
2024-10-27
Finish deprecating stack refs with &
Bruce Hill
2024-10-27
Update DateTime API to have separate methods for getting each component
Bruce Hill
2024-10-27
Add an include
Bruce Hill
2024-10-25
Minor imports cleanup
Bruce Hill
2024-10-25
Move unistr header out of tomo header
Bruce Hill
2024-10-10
Fix issue with non-ID chars in filenames
Bruce Hill
2024-10-08
Reduce padding needed for optional types and clean up some redundant
Bruce Hill
2024-10-08
Simplify enum/struct codegen by using reusable general-purpose
Bruce Hill
2024-10-03
Fix up some compiler flags around floating point numbers so they work
Bruce Hill
2024-10-02
Update array:sample() to use optional weights and do more error checking
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-30
Code cleanup
Bruce Hill
2024-09-30
Bugfix DateTime.new()
Bruce Hill
2024-09-30
Parameterize with timezones
Bruce Hill
2024-09-29
Fix some timezone issues
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-28
Overhaul of argument parsing code
Bruce Hill
2024-09-28
Redefine NULL_* values as #defines so they can be constant initializers
Bruce Hill
2024-09-28
Define some optional types
Bruce Hill
2024-09-28
Define OptionalPath_t
Bruce Hill
2024-09-27
Improved support for CLI arg parsing
Bruce Hill
2024-09-24
Add '$' prefix on all user code
Bruce Hill
2024-09-23
Support creating parent directories as needed (mkdir -p) and also set a
Bruce Hill
2024-09-23
Add shell escaping for arrays of text
Bruce Hill
2024-09-18
Add README for navigating stdlib
Bruce Hill
2024-09-18
Move Match() to the right place
Bruce Hill
2024-09-18
Move List reversal to the right place
Bruce Hill
2024-09-18
Remove dead code
Bruce Hill
2024-09-18
Move USE_COLOR into stdlib
Bruce Hill
[next]