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-03
Escape question marks in patterns
Bruce Hill
2024-09-03
Change pattern syntax from [..pat] to {pat}
Bruce Hill
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
2024-09-03
Deprecate `Where` and change channel API to use a boolean `front` value
Bruce Hill
2024-09-03
Better behavior for invalid character names
Bruce Hill
2024-09-03
Fix codepoint names by falling back to block names
Bruce Hill
2024-09-03
Fix for missing codepoint names
Bruce Hill
2024-09-03
Updated docs
Bruce Hill
2024-09-03
Update docs
Bruce Hill
2024-09-03
Add [..int] and [..num]
Bruce Hill
2024-09-02
Add text slicing
Bruce Hill
2024-09-02
Fix some stuff around Text:find() and text indexing
Bruce Hill
2024-09-02
Add Text:find_all()
Bruce Hill
2024-09-02
Fix splitting an empty string
Bruce Hill
2024-09-02
Add Text:join() and tests
Bruce Hill
2024-09-02
Add Text:split() and use that with an empty pattern instead of Text:clusters()
Bruce Hill
2024-09-02
Add Text:lines()
Bruce Hill
2024-09-02
Improve test
Bruce Hill
2024-09-02
Add %#k printing and fix issue with concatenating zero-length strings
Bruce Hill
2024-09-02
WIP fixes for synthetic graphemes and adding some text conversion
Bruce Hill
2024-09-02
Bugfix for hex escapes adjacent to hex-like characters
Bruce Hill
2024-09-02
Fix test
Bruce Hill
2024-09-02
Text fixes
Bruce Hill
2024-09-02
Fix casing methods
Bruce Hill
2024-09-02
Fix printing issue
Bruce Hill
2024-09-02
Fixing string methods
Bruce Hill
2024-09-02
Auto promote to C String from Text
Bruce Hill
2024-09-02
Bugfix some text replacement things
Bruce Hill
2024-09-02
Fix up some integer and print statement stuff
Bruce Hill
2024-09-02
Bugfix int parsing
Bruce Hill
2024-09-02
Fix enums/structs
Bruce Hill
2024-09-02
Bugfix
Bruce Hill
2024-09-02
Fix some stuff
Bruce Hill
2024-09-02
Bugfix
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-25
`Where` should use empty struct typeinfos
Bruce Hill
2024-08-25
Minor cleanup
Bruce Hill
2024-08-23
Bugfix for say() when length is >512, and added back the `newline`
Bruce Hill
2024-08-23
Bugfix for parsing ints
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-21
Variables can no longer hold function pointers, only closure_t's. This
Bruce Hill
2024-08-20
Bugfix some copy-on-write cases for when pointers are automatically
Bruce Hill
2024-08-20
Remove unused parameter and add some docs on arrays
Bruce Hill
2024-08-19
Update operators docs to include various undocumented features like
Bruce Hill
2024-08-19
Add postfix conditionals for return/skip/stop/function calls
Bruce Hill
2024-08-19
Remove TODO
Bruce Hill
2024-08-19
Document functions
Bruce Hill
2024-08-19
Update learnXinY
Bruce Hill
2024-08-19
Bugfix
Bruce Hill
2024-08-19
Update docs with links
Bruce Hill
[prev]
[next]