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
/
environment.c
Age
Commit message (
Expand
)
Author
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-09
Support iterating over pointers to collections again
Bruce Hill
2024-11-09
Bugfix for fixed-size integer ranges
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-09
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-05
Add Byte.hex()
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-04
Update text API to use optional returns when applicable
Bruce Hill
2024-11-03
RNG seed should be non-optional
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
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
Make Text:find() return an optional int
Bruce Hill
2024-10-29
Add file globbing
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-10
Fix issue with non-ID chars in filenames
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-09
Tidy up some function annotations to use func(x,y:Foo) syntax instead of
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
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-27
Support iterating over thunks that always return non-null values (useful
Bruce Hill
2024-09-24
Add '$' prefix on all user code
Bruce Hill
2024-09-24
Rename `from_unsafe_text` to `without_escaping`
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
Remove dead code
Bruce Hill
2024-09-17
Perform topological ordering when compiling typedefs so users don't need
Bruce Hill
2024-09-16
Update Shell API to have byte-based mode and by_line() just like files
Bruce Hill
2024-09-16
Have Text:matches() return an optional array of matches
Bruce Hill
2024-09-16
Add some basic pattern matching/suffix code for paths
Bruce Hill
2024-09-15
Add optional:or_exit(...)
Bruce Hill
2024-09-15
Update path reading APIs to use optional values instead of erroring
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-14
Fix Path:by_line() iterator
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
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-12
Fix up CString:as_text()
Bruce Hill
2024-09-12
Add sleep()
Bruce Hill
2024-09-12
Make sure global types don't get library's prefix
Bruce Hill
2024-09-12
Automatically interpolate ints for pattern/shell/path
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Change *:from_text() methods to return optional values and set up CLI
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
[next]