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-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
2024-09-13
Update pointer docs on optionals
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Deleting unused file
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
Add missing include
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-13
Remove dead code
Bruce Hill
2024-09-13
Compiled programs don't need to be linked against -lcord anymore
Bruce Hill
2024-09-13
Add missing import
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-13
Update docs a bit
Bruce Hill
2024-09-13
Minor cleanup
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-13
Minor cleanup
Bruce Hill
2024-09-13
Update help/defaults
Bruce Hill
2024-09-13
Fix bug in logic for detecting constant strings
Bruce Hill
2024-09-13
Move learnxiny to examples
Bruce Hill
2024-09-13
Update learnxiny
Bruce Hill
2024-09-12
Make functions print with `func name(...)->... [file:line]` info
Bruce Hill
2024-09-12
Fix up comprehensions so set comprehensions work and everything is a bit
Bruce Hill
2024-09-12
Implement optional hashing/equality/comparisons
Bruce Hill
2024-09-12
Add enum scoping to arrya/set/table literals
Bruce Hill
2024-09-12
Automatic promotion to single-argument enum tags with a unique type
Bruce Hill
2024-09-12
For single-member structs/enums, don't print the member name
Bruce Hill
2024-09-12
Fix up CString:as_text()
Bruce Hill
2024-09-12
Add http example
Bruce Hill
2024-09-12
Add sleep()
Bruce Hill
2024-09-12
Added logging utility
Bruce Hill
2024-09-12
Make sure global types don't get library's prefix
Bruce Hill
2024-09-12
Use CString literals as constant values
Bruce Hill
2024-09-12
Change unicode escape to \{name} and add escape for ANSI CSI sequences:
Bruce Hill
2024-09-12
Automatically interpolate ints for pattern/shell/path
Bruce Hill
2024-09-12
Improve output for multi-line doctests by putting ".. " in front of
Bruce Hill
[next]