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
2025-09-01
Fixes
formatter
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Update changelog
Bruce Hill
2025-09-01
Fixes for local-tomo so that it *actually* uses local header files,
Bruce Hill
2025-09-01
Fix for import test
Bruce Hill
2025-09-01
Make symbolic link for local includes
Bruce Hill
2025-09-01
Add modules files to install
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
Fix for compiler flags
Bruce Hill
2025-08-31
Update manpage
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
Fix for clang unused flag warning
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
Fix tags rule
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
2025-08-29
Fix repeat issue
Bruce Hill
2025-08-29
Add formatting for the last few cases
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
[next]