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.c
Age
Commit message (
Expand
)
Author
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-08
Add checks for unused variables
Bruce Hill
2025-11-23
Added Metadata section for files instead of _HELP and _USAGE
Bruce Hill
2025-10-05
Deprecate `deserialize` keyword and `.serialized()` method
Bruce Hill
2025-10-04
Deprecate `extend`
Bruce Hill
2025-10-04
Fix for nested anonymous enums (visit them recursively in leaf-first
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-24
Revert "Deprecate `defer`"
Bruce Hill
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Deprecate `>> x ... = val` form of doctests and rename them to 'debug
doctests-to-debuglog
Bruce Hill
2025-09-21
Deprecate optional '?' postfix operator
Bruce Hill
2025-09-21
Deprecate `extern` keyword
Bruce Hill
2025-09-21
Deprecate sets
Bruce Hill
2025-09-21
Got inlne enums working in most places
Bruce Hill
2025-09-20
WIP on inline enums
Bruce Hill
2025-09-06
Code cleanup
Bruce Hill
2025-09-01
Fixes
formatter
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
2025-08-26
Formatting for reductions
Bruce Hill
2025-08-26
Formatting for min/max and cleanup for ints/nums
Bruce Hill
2025-08-25
Better support for binops in formatter
Bruce Hill
2025-08-25
Update file header comments
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Remove some unused imports
Bruce Hill
2025-08-09
Deprecate cords from the gc library in favor of dogfooding Text from the
Bruce Hill
2025-04-28
Remove remaining printf references
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
Add `assert`
Bruce Hill
2025-04-15
Deprecate `auto`
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
Remove dead code for handling Declare statments with Use inside
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
Misc fixes
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