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
/
ast.h
Age
Commit message (
Expand
)
Author
2025-03-17
Fully rename array to list
Bruce Hill
2025-03-16
Fixes for opaque external structs
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-11
Add extern structs
Bruce Hill
2025-03-10
Add `convert` keyword for defining conversions
Bruce Hill
2025-03-06
Support 'when' for literal values with equality checking
Bruce Hill
2025-02-07
Remove dead code
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-18
Revert "Deprecate "&" for stack references"
Bruce Hill
2024-12-06
Improvements and fixes for assigning to table keys
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-08
Improve reductions so they work better nested and also have bespoke code
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-03
Add unsigned integer shifts
Bruce Hill
2024-11-03
Add a `repeat` keyword
Bruce Hill
2024-11-02
Change reducers to use (OP: ...) syntax and return an optional value
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-27
Deprecate "&" for stack references
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-04
Deprecate readonly pointers for now
Bruce Hill
2024-09-30
Add datetime literal and tests
Bruce Hill
2024-09-27
Simplify code by making `name := use ...` a Use AST instead of a Declare
Bruce Hill
2024-09-18
Support `use`ing .c files and .S files (assembly)
Bruce Hill
2024-09-18
Move Match() to the right place
Bruce Hill
2024-09-18
Move List reversal to the right place
Bruce Hill
2024-09-18
Deprecate linker directives
Bruce Hill
2024-09-18
Remove more dead code
Bruce Hill
2024-09-17
Perform topological ordering when compiling typedefs so users don't need
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-12
Fix up comprehensions so set comprehensions work and everything is a bit
Bruce Hill
2024-09-12
Add postfix `!` operator for optionals
Bruce Hill
2024-09-11
Rename "Nil"->"Null" for consistency
Bruce Hill
2024-09-11
Optional enums (deprecated custom tag values)
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-04
Disallow 'use' statements that aren't top level
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-08-18
Split BigIntType out of IntType and switch to using enums for the size
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-11
Support channels with maximum size
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
2024-08-10
Add Sets to the language
Bruce Hill
2024-07-26
Replace heap_str with GC_strdup
Bruce Hill
[next]