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-06
Add missing file
Bruce Hill
2024-09-06
Actual fix for incref issue
Bruce Hill
2024-09-06
Speculative fix for some incref issues
Bruce Hill
2024-09-06
Misc fixes
Bruce Hill
2024-09-06
Bugfix for `"":join(table.keys)`
Bruce Hill
2024-09-06
Flush stdout more
Bruce Hill
2024-09-06
Text overhaul
Bruce Hill
2024-09-06
Uhhhh, apparently clang treats ??? as a trigraph unless you specify some
Bruce Hill
2024-09-06
Add Text.trim()
Bruce Hill
2024-09-05
Some const stuff
Bruce Hill
2024-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-09-05
Update 'use' test to include a '../examples/vectors.tm' import as well
Bruce Hill
2024-09-05
Correctly resolve '../' paths
Bruce Hill
2024-09-05
Add comment
Bruce Hill
2024-09-05
Revert "Use stack() macro" (actually needs to work this way)
Bruce Hill
2024-09-05
Add vectors to the examples
Bruce Hill
2024-09-05
Document examples
Bruce Hill
2024-09-05
Add some examples
Bruce Hill
2024-09-05
Use stack() macro
Bruce Hill
2024-09-05
Remove unused macro
Bruce Hill
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rename array_t -> Array_t
Bruce Hill
2024-09-05
Slightly clean up CLI usage error code for no-argument programs
Bruce Hill
2024-09-05
Rework CLI compilation so that all of the argument parsing is written to
Bruce Hill
2024-09-05
Add support for custom HELP for CLI tools
Bruce Hill
2024-09-05
Trim excess blank lines before feeding to indent
Bruce Hill
2024-09-05
Fix 'empty' clause for integer iteration
Bruce Hill
2024-09-05
For big or arbitrarily big integers not known to be constant, do full
Bruce Hill
2024-09-05
Improve codegen for loops by not adding extra braces and just using the
Bruce Hill
2024-09-05
Add early outs for (or) and (and) reducers
Bruce Hill
2024-09-05
Add iteration-over-comprehension optimization
Bruce Hill
2024-09-05
Do the extremely obvious optimization of checking if two pieces of data
Bruce Hill
2024-09-05
Update to reflect code growth
Bruce Hill
2024-09-05
Clear out some CRLF cruft
text2
Bruce Hill
2024-09-05
Fix stability of concatenation
Bruce Hill
2024-09-05
Be extra correct about prefix codepoints
Bruce Hill
2024-09-05
Clean up some imports
Bruce Hill
2024-09-05
Dynamically grow synthetic grapheme array
Bruce Hill
2024-09-05
Fix up handling of synthetic graphemes, also document how they work
Bruce Hill
2024-09-04
Better enum messaging for CLI arg parsing
Bruce Hill
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
[next]