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-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-26
Minor tweaks
Bruce Hill
2025-04-26
Don't compile coroutines when using TinyCC
Bruce Hill
2025-04-26
Install libs as-you-go instead of after all of them are built (in case
Bruce Hill
2025-04-26
Simplify make rule
Bruce Hill
2025-04-26
Put version tag in the tomo version
v0.1
Bruce Hill
2025-04-26
Improve library compilation and installation to be more lazy and more
Bruce Hill
2025-04-26
Be even more aggressive about lazy compilation. No need to recompile the
Bruce Hill
2025-04-26
Rebuild files when build configuration (e.g. optimization level or C
Bruce Hill
2025-04-26
Check that import is a valid file
Bruce Hill
2025-04-26
Bugfix for boolean parsing
Bruce Hill
2025-04-26
Add TOMO_VERSION as a variable accessible to tomo programs at runtime
Bruce Hill
2025-04-26
Add `--version` flag to show current compiler version's git commit date
Bruce Hill
2025-04-25
Check for debugedit
Bruce Hill
2025-04-25
Update text docs for escaping
Bruce Hill
2025-04-25
Have mac install llvm
Bruce Hill
2025-04-25
Speculative fix for Mac: use llvm-objcopy instead of patchelf for Mach-O
Bruce Hill
2025-04-25
Add makefile rules to check default C compiler and necessary libraries
Bruce Hill
2025-04-25
Update makefile to check for necessary utilities
Bruce Hill
2025-04-25
Add link to website
Bruce Hill
2025-04-25
Improved errors for list indexing
Bruce Hill
2025-04-25
Speculative fix.
Bruce Hill
2025-04-25
Disable test for shifting negative integers
Bruce Hill
2025-04-25
Clang fixes
Bruce Hill
2025-04-25
Fix 'auto' issue
Bruce Hill
2025-04-24
Command line arg parsing fix for negative integers: `tomo foo.tm -- -123`
Bruce Hill
2025-04-23
Bugfix for `use ./foo.c` putting the #include below lambda definitions
Bruce Hill
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
[prev]
[next]