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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-09
Save runner C file to disk as `.build/foo.tm.runner.c`
Bruce Hill
2025-09-09
No longer hardcode /usr/local into stuff
Bruce Hill
2025-09-09
Typechecking/promotion for table lookup keys
Bruce Hill
2025-09-09
Add `source_mapping` flag to the compiler config to force recompilation
Bruce Hill
2025-09-07
Be more correct about library names and also strip off `tomo-`
Bruce Hill
2025-09-06
Fixes for prior changes
Bruce Hill
2025-09-06
Code cleanup
Bruce Hill
2025-09-06
Refactor a bit in order to catch issue with ConvertDefs creating
Bruce Hill
2025-09-01
Bugfix for Int.parse()
Bruce Hill
2025-09-01
Explicit type casting for size
Bruce Hill
2025-09-01
Fixes
formatter
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Fixes for local-tomo so that it *actually* uses local header files,
Bruce Hill
2025-09-01
Overhaul code to stop keeping examples and libraries in the same repo,
Bruce Hill
2025-09-01
Fix for versions getting double appended for libs
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Switch to using Texts(x) instead of Texts(String(x)) when possible
Bruce Hill
2025-09-01
Make Texts() macro a bit more flexible.
Bruce Hill
2025-08-31
Bugfix for argument aliases (merge issue)
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Move compiler flag to GCC only
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Remove unused import
Bruce Hill
2025-08-31
Add missing import
Bruce Hill
2025-08-31
Merge fixes
Bruce Hill
2025-08-31
Merge branch 'main' into formatter
Bruce Hill
2025-08-31
Added support for `-O3` style numeric flags and `-f=...` flags
Bruce Hill
2025-08-31
Move CLI parsing to its own file.
Bruce Hill
2025-08-31
Add argument aliases so programs can use `func main(verbose|v=no)` to do
Bruce Hill
2025-08-30
Tweak empty gaps
Bruce Hill
2025-08-30
Arg formatting tweaks
Bruce Hill
2025-08-30
Arg indentation tweak
Bruce Hill
2025-08-30
Formatting tweaks to argument lists
Bruce Hill
2025-08-30
Tweaks for blank lines
Bruce Hill
2025-08-30
Add 'do' wrapper on blocks
Bruce Hill
2025-08-30
Further fix for doctests
Bruce Hill
2025-08-30
Fix indent for doctests
Bruce Hill
2025-08-30
Fix line gaps
Bruce Hill
2025-08-30
Use `unless` instead of `if not`
Bruce Hill
2025-08-30
Use `"$var"` for interps instead of `"$(var)"` when possible
Bruce Hill
2025-08-30
Formatting tweak for enums
Bruce Hill
2025-08-30
Tweak arg formatting
Bruce Hill
2025-08-30
Avoid inline ifs
Bruce Hill
2025-08-30
More compact multi-line lists/sets/tables
Bruce Hill
2025-08-30
Update docs
Bruce Hill
2025-08-29
Formatting tweaks/fixes
Bruce Hill
2025-08-29
Add --format-inplace option
Bruce Hill
2025-08-29
Remove special case for `while when`
Bruce Hill
[next]