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-04-21
Allow comprehensions inside parentheses
Bruce Hill
2025-04-21
Preserve original number literal in s-expression
Bruce Hill
2025-04-21
Switch from XML to s-expressions and add --parse flag for printing them
Bruce Hill
2025-04-21
Fix for libraries
Bruce Hill
2025-04-21
Deprecate REPL
Bruce Hill
2025-04-21
Add `assert`
Bruce Hill
2025-04-21
Library renaming should be slightly more general
Bruce Hill
2025-04-21
Add coroutines to core library
Bruce Hill
2025-04-21
Bugfix issue with renaming symbols for libraries
Bruce Hill
2025-04-21
Change date format
Bruce Hill
2025-04-21
Fix old syntax in docs
Bruce Hill
2025-04-21
Add missing files
Bruce Hill
2025-04-21
Rename List.first() to List.where()
Bruce Hill
2025-04-21
Add short descriptions for API methods to improve manpages
Bruce Hill
2025-04-21
Update docs
Bruce Hill
2025-04-19
Update API docs
Bruce Hill
2025-04-19
Fix backslashes
Bruce Hill
2025-04-19
Minor formatting fixes
Bruce Hill
2025-04-19
Make API documentation into YAML files and autogenerate markdown files
Bruce Hill
2025-04-18
Fix docs
Bruce Hill
2025-04-18
Make Int.prev_prime() optional instead of erroring
Bruce Hill
2025-04-18
Fix docs syntax
Bruce Hill
2025-04-17
Add getenv()/setenv()
Bruce Hill
2025-04-17
Fix for local-tomo to use vars if defined
Bruce Hill
2025-04-16
Update local tomo script
Bruce Hill
2025-04-16
Roll back change to add a return for unreachable functions
Bruce Hill
2025-04-16
Add Path.current_dir() as exposed method
Bruce Hill
2025-04-16
Better error message
Bruce Hill
2025-04-16
Automatically add return for unreachable code blocks (following a
Bruce Hill
2025-04-16
Fix tcc complaints
Bruce Hill
2025-04-16
Bugfix for top-level variables in libraries
Bruce Hill
2025-04-16
Fixes to get the compiler to build with -O3
Bruce Hill
2025-04-15
Make some compatibility fixes to make sure the compiler can fully build
Bruce Hill
2025-04-15
Deprecate `auto`
Bruce Hill
2025-04-15
Fix some .so hardcoding
Bruce Hill
2025-04-15
Explicitly invoke bash instead of using shebang
Bruce Hill
2025-04-15
Change compilation configuration so Tomo is fully capable of running
Bruce Hill
2025-04-15
Remove rpath=$ORIGIN
Bruce Hill
2025-04-15
rpath fix
Bruce Hill
2025-04-15
Add configuration script to choose install paths and default C compiler
Bruce Hill
2025-04-15
Remove -lbacktrace
Bruce Hill
2025-04-15
Build and install .a file as well
Bruce Hill
2025-04-15
Bring back TCC support!
Bruce Hill
2025-04-15
Add --no-source-mapping flag
Bruce Hill
2025-04-14
Remap source information in debugging info
Bruce Hill
2025-04-14
Add compiler flag for -D_BSD_SOURCE
Bruce Hill
2025-04-14
Include stdlib
Bruce Hill
2025-04-14
Unsigned int fix
Bruce Hill
2025-04-14
Rename variables to avoid namespace collision with stdout/stderr, which
Bruce Hill
2025-04-14
Ignore `if ((a == b))` warnings
Bruce Hill
[prev]
[next]