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
/
ast.h
Age
Commit message (
Expand
)
Author
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-07-30
Struct reordering to improve packing
Bruce Hill
2025-05-21
Added Set infix operations, as well as Table.with_fallback() and fixed
Bruce Hill
2025-04-30
Update compiler to use randomly generated unique-per-file symbol
Bruce Hill
2025-04-21
Switch from XML to s-expressions and add --parse flag for printing them
Bruce Hill
2025-04-21
Add `assert`
Bruce Hill
2025-04-15
Deprecate `auto`
Bruce Hill
2025-04-07
Add easter egg: `~colorized`
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Improved inline C code: now uses `C_code` keyword and supports
Bruce Hill
2025-04-06
Deprecate `!!` print statement
Bruce Hill
2025-04-06
Improve support for inferring the specific type of the `self` value in a
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-03
Fix textual representation of table types
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill