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
/
game
Age
Commit message (
Collapse
)
Author
2025-09-01
Overhaul code to stop keeping examples and libraries in the same repo,
Bruce Hill
but instead spin each out into its own repo.
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-04-06
Improved inline C code: now uses `C_code` keyword and supports
Bruce Hill
interpolation with @
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-05
Fix some of the constructor logic
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
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-30
Further support for .dylib files on mac by changing syntax for library
Bruce Hill
imports to `use -lfoo` instead of `use foo.so`
2025-03-11
Update comments
Bruce Hill
2025-03-11
Fixes for integer truncation
Bruce Hill
2025-03-11
Support external structs with namespaced methods (also C-strings are now
Bruce Hill
`const char*` instead of `char*`)
2025-03-11
Don't use '$' prefix for field names
Bruce Hill
2025-03-10
Fixes for examples
Bruce Hill
2025-02-04
Add a `_` prefix on variables so it's easier to debug in GDB
Bruce Hill
2025-01-12
Fix up examples
Bruce Hill
2024-11-09
Support iterating over pointers to collections again
Bruce Hill
2024-10-27
Fix up examples to no longer use '&'
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-09-16
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator
Bruce Hill
2024-09-15
Update Inline C syntax and documentation/tests
Bruce Hill
2024-09-15
Add optional:or_exit(...)
Bruce Hill
2024-09-15
Fix up `if var := ...:` in ternary expressions and optional checking
Bruce Hill
logic
2024-09-08
Add Makefile
Bruce Hill
2024-09-08
Center player
Bruce Hill
2024-09-08
Turn into map
Bruce Hill
2024-09-08
Take map as a CLI parameter
Bruce Hill
2024-09-08
Update docs
Bruce Hill
2024-09-08
Add example game using raylib
Bruce Hill