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-04
Add Text:repeat()
Bruce Hill
2024-09-04
Add Text.map(pat, fn)
Bruce Hill
2024-09-04
Document CLI parsing
Bruce Hill
2024-09-04
Support parsing enums (without members)
Bruce Hill
2024-09-04
Unify parsing code to correctly handle parsing integers and numbers with
Bruce Hill
2024-09-04
Fix array CLI arguments
Bruce Hill
2024-09-04
Improve command line parsing (no more cords)
Bruce Hill
2024-09-04
Document ask()
Bruce Hill
2024-09-04
Add ask() as a way to get user input
Bruce Hill
2024-09-04
Remove readline dependency
Bruce Hill
2024-09-04
Add automatic `--help` to print usage
Bruce Hill
2024-09-04
Document {nl}
Bruce Hill
2024-09-04
Add nl/newline/clrf pattern
Bruce Hill
2024-09-04
Fix const correctness
Bruce Hill
2024-09-04
Remove unused code path for `>> f := use ./foo.tm`
Bruce Hill
2024-09-04
Disallow 'use' statements that aren't top level
Bruce Hill
2024-09-04
Minor codegen cleanup
Bruce Hill
2024-09-04
Implicit filename for table getting
Bruce Hill
2024-09-04
For arrays, use implicit filename from macro
Bruce Hill
2024-09-04
Improve codegen by making test() even more concise
Bruce Hill
2024-09-04
Bugfix
Bruce Hill
2024-09-04
Don't put __SOURCE_FILE__ in header
Bruce Hill
2024-09-04
Add method for getting a length-based string as Text
Bruce Hill
2024-09-04
Document empty tables/arrays
Bruce Hill
2024-09-04
Add Text:matches() for convenience and performance
Bruce Hill
2024-09-04
Clean up codegen so $Foo"..." comes out as foo$Foo("...") instead of
Bruce Hill
2024-09-03
Don't bold DSL text
Bruce Hill
2024-09-03
Minor codegen cleanup Texts(...)
Bruce Hill
2024-09-03
Improve codegen for doctests a little bit by using __SOURCE_FILE__ macro
Bruce Hill
2024-09-03
Add recursive mode to text replacement and update docs
Bruce Hill
2024-09-03
Update docs
Bruce Hill
2024-09-03
Clean up text replacement API to use backrefs instead of match_chain()
Bruce Hill
2024-09-03
Add comments
Bruce Hill
2024-09-03
Bugfix for "?"
Bruce Hill
2024-09-03
Update README example
Bruce Hill
2024-09-03
Fix up CLI parsing
Bruce Hill
2024-09-03
Add Text.replace_all({Pattern:Text}) and tweak API for replacement to
Bruce Hill
2024-09-03
Bugifx for Pattern.from_unsafe_text
Bruce Hill
2024-09-03
Bugfix for text method lookups
Bruce Hill
2024-09-03
Bugfix for $/{..}/
Bruce Hill
2024-09-03
Show error output on test failure
Bruce Hill
2024-09-03
Use Text("...") literal constructor instead of Text$from_str("...")
Bruce Hill
2024-09-03
Support literal Text("blah") for text that is constant ASCII strings
Bruce Hill
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
[prev]
[next]