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-08
Update docs
Bruce Hill
2024-09-08
Add example game using raylib
Bruce Hill
2024-09-08
Bugfixes
Bruce Hill
2024-09-08
Add vector :norm()
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-07
$/{!..}/ is the same as $/{end}/
Bruce Hill
2024-09-07
Fix captures for {..} optimization
Bruce Hill
2024-09-07
Optimization to terminate pattern searches early if there's a greedy
Bruce Hill
2024-09-07
Optimize text matching
Bruce Hill
2024-09-07
Add unicode name escapes: \U[penguin]
Bruce Hill
2024-09-07
Bugfix uninitialized variables
Bruce Hill
2024-09-07
Document README
Bruce Hill
2024-09-07
Use exit() more
Bruce Hill
2024-09-07
Use exit()
Bruce Hill
2024-09-07
Add exit() function
Bruce Hill
2024-09-07
Check for empty files
Bruce Hill
2024-09-07
Clean up and rename dependency tool
Bruce Hill
2024-09-07
USAGE and HELP need an underscore prefix so they're not imported into
Bruce Hill
2024-09-07
Some improvements
Bruce Hill
2024-09-06
Make {start} and {end} non-capturing
Bruce Hill
2024-09-06
Update files and add new dependency printer tool
Bruce Hill
2024-09-06
Support using text in conditionals
Bruce Hill
2024-09-06
Add path resolving
Bruce Hill
2024-09-06
Don't parse suffixes on interpolations
Bruce Hill
2024-09-06
Add resolve_path()
Bruce Hill
2024-09-06
Fix some C string and path resolving issues
Bruce Hill
2024-09-06
Remove unused 'import' keyword
Bruce Hill
2024-09-06
Fix partial edit
Bruce Hill
2024-09-06
Fix header compilation
Bruce Hill
2024-09-06
Print stack trace if $TOMO_STACKTRACE is set
Bruce Hill
2024-09-06
Check for .tm file extension
Bruce Hill
2024-09-06
Use 'when' expression
Bruce Hill
2024-09-06
Support 'when' statements as expressions
Bruce Hill
2024-09-06
Bugfixes for lambdas that have a trailing abort statement (and print
Bruce Hill
2024-09-06
Document coroutine
Bruce Hill
2024-09-06
Example coroutine library
Bruce Hill
2024-09-06
Tweak gitignore
Bruce Hill
2024-09-06
Add example
Bruce Hill
2024-09-06
Ensure HELP and USAGE are initialized when running CLI program
Bruce Hill
2024-09-06
Fix test
Bruce Hill
2024-09-06
Add Shell dsl type
Bruce Hill
2024-09-06
Minor cleanup
Bruce Hill
2024-09-06
Add convenience function for debug printing
Bruce Hill
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
[next]