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
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
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
[next]