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
/
test
/
import.tm
Age
Commit message (
Collapse
)
Author
2025-12-08
Add checks for unused variables
Bruce Hill
2025-09-21
Fix tests
Bruce Hill
2025-09-01
Fix for import test
Bruce Hill
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
(defaults to empty/zero value)
2025-04-06
No more colons for blocks
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
and support untyped empty collections and `none`s
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-09-15
Overhaul of how libraries are installed
Bruce Hill
2024-09-12
For single-member structs/enums, don't print the member name
Bruce Hill
2024-09-05
Update 'use' test to include a '../examples/vectors.tm' import as well
Bruce Hill
as an unnamed import
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
./foo.tm`, `use <foo.h>`, `use libfoo.so`
2024-08-19
Add test for importing initialized values
Bruce Hill
2024-06-17
Fix 'use' test to use 'import' instead
Bruce Hill