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
/
examples
/
http-server
/
http-server.tm
Age
Commit message (
Expand
)
Author
2025-08-31
Switch to using optional return values for list indexing.
Bruce Hill
2025-08-24
Clean up and fix issue with `if var := val` statements. Previous
Bruce Hill
2025-05-20
Add more advanced configuration options to modules.ini and support
Bruce Hill
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-04-16
Roll back change to add a return for unreachable functions
Bruce Hill
2025-04-16
Fix tcc complaints
Bruce Hill
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Make string escapes more normal: "\n" for newline, etc. Backticks can be
Bruce Hill
2025-04-06
Improved inline C code: now uses `C_code` keyword and supports
Bruce Hill
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
2025-04-06
No more colons for blocks
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-06
Deprecate `!!` print statement
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-02
Move HTML into script
Bruce Hill
2025-04-02
Update table syntax
Bruce Hill
2025-04-01
Add http-server example
Bruce Hill