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-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
2024-09-12
Allow trailing whitespace in parens expressions
Bruce Hill
2024-09-12
Table:get() now uses optional values instead of default or failure modes
Bruce Hill
2024-09-12
Add postfix `!` operator for optionals
Bruce Hill
2024-09-11
Change check_optional -> check_null
Bruce Hill
2024-09-11
Add optional:or_else(fallback) and optional:or_fail(message)
Bruce Hill
2024-09-11
Fix optional integer promotion
Bruce Hill
2024-09-11
Fix threads and integers
optionals
Bruce Hill
2024-09-11
Document iterators
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Fix recursive structs with optionals
Bruce Hill
2024-09-11
Placeholder docs for optionals
Bruce Hill
2024-09-11
Update docs
Bruce Hill
2024-09-11
Update learnxiny
Bruce Hill
2024-09-11
Bugfix big int literals
Bruce Hill
[prev]
[next]