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
Age
Commit message (
Expand
)
Author
2024-09-18
Support explicit discards better by allowing multiple declared "_" vars
Bruce Hill
2024-09-17
Handle subdirectories within libraries
Bruce Hill
2024-09-17
Overhaul of header logic so it now uses topological ordering and
Bruce Hill
2024-09-17
Perform topological ordering when compiling typedefs so users don't need
Bruce Hill
2024-09-16
Only rename public symbols
Bruce Hill
2024-09-16
Update Shell API to have byte-based mode and by_line() just like files
Bruce Hill
2024-09-16
Make compilation steps exit instead of returning exit statuses
Bruce Hill
2024-09-16
Update docs
Bruce Hill
2024-09-16
Fix `not x` for optional values
Bruce Hill
2024-09-16
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator
Bruce Hill
2024-09-16
Support (optional or skip)
Bruce Hill
2024-09-16
Fix up paths API to use updated Text:match()
Bruce Hill
2024-09-16
Update docs
Bruce Hill
2024-09-16
Have Text:matches() return an optional array of matches
Bruce Hill
2024-09-16
Bugfix for arg passing
Bruce Hill
2024-09-16
Show more error info
Bruce Hill
2024-09-16
Minor cleanup
Bruce Hill
2024-09-16
Add some basic pattern matching/suffix code for paths
Bruce Hill
2024-09-16
Fix up tomodeps
Bruce Hill
2024-09-16
Handle installing libraries that were downloaded directly to
Bruce Hill
2024-09-16
Quote Patterns with "|" instead of "/" when applicable
Bruce Hill
2024-09-16
Bugfix for string escaping in printouts
Bruce Hill
2024-09-15
Update docs
Bruce Hill
2024-09-15
Use 'install' to preserve file modification times
Bruce Hill
2024-09-15
Overhaul of how libraries are installed
Bruce Hill
2024-09-15
Better fix
Bruce Hill
2024-09-15
Fix some imports
Bruce Hill
2024-09-15
Add alphanumeric pattern
Bruce Hill
2024-09-15
Don't save "" sections in INI reader
Bruce Hill
2024-09-15
Support printing INI file without a key
Bruce Hill
2024-09-15
Fix optional text CLI args
Bruce Hill
2024-09-15
Rename file
Bruce Hill
2024-09-15
Move each example to its own folder
Bruce Hill
2024-09-15
Update README
Bruce Hill
2024-09-15
Link to C interop page
Bruce Hill
2024-09-15
Update Inline C syntax and documentation/tests
Bruce Hill
2024-09-15
Add docs on bytes
Bruce Hill
2024-09-15
Update examples
Bruce Hill
2024-09-15
Add optional:or_exit(...)
Bruce Hill
2024-09-15
Fix up `if var := ...:` in ternary expressions and optional checking
Bruce Hill
2024-09-15
Fix up file test
Bruce Hill
2024-09-15
Update path reading APIs to use optional values instead of erroring
Bruce Hill
2024-09-15
Fix optional bytes
Bruce Hill
2024-09-15
Update docs
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-15
Make sure that escape sequences don't accidentally trigger the next
Bruce Hill
2024-09-15
Slightly improve text quoting so it outputs "a$\r\nb" instead of
Bruce Hill
2024-09-15
Improve automatic text quoting so it minimizes escape sequences when
Bruce Hill
2024-09-14
Clean up pattern code to make better use of TextIter_t and fix up
Bruce Hill
2024-09-14
Fix Path:by_line() iterator
Bruce Hill
[prev]
[next]