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
Age
Commit message (
Expand
)
Author
2025-04-09
Tweak readme
Bruce Hill
2025-04-07
Move core libraries into their own folder
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
Add `continue` and `break` as aliases for `skip`/`stop`, also improve
Bruce Hill
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
2025-04-06
Insert `then` for clarity
Bruce Hill
2025-04-06
Merge branch 'main' into no-colons
Bruce Hill
2025-04-06
Change Set syntax from {x} to |x|
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-05
More fixes
Bruce Hill
2025-04-05
More fixes
Bruce Hill
2025-04-05
Misc fixes
Bruce Hill
2025-04-05
Fix some of the constructor logic
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-02
Move HTML into script
Bruce Hill
2025-04-02
Update table syntax
Bruce Hill
2025-04-02
Syntax change: table types are now: `{K=V; default=...}` and tables
Bruce Hill
2025-04-01
Add http-server example
Bruce Hill
2025-04-01
Rename default RNG to `random`
Bruce Hill
2025-04-01
Tweak threads code
Bruce Hill
2025-04-01
Update README
Bruce Hill
2025-04-01
Fix some pattern usages
Bruce Hill
2025-04-01
Update patterns API and docs
Bruce Hill
2025-04-01
Update pattern docs
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-04-01
Add `core` library to avoid having to explicitly import a bunch of
Bruce Hill
2025-04-01
Clean up and improve patterns
Bruce Hill
2025-04-01
Rename P -> Pat
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-31
Deprecate do_begin/do_end
Bruce Hill
2025-03-30
Add RW-lock
Bruce Hill
2025-03-30
Add readme stuff about times
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-30
Further support for .dylib files on mac by changing syntax for library
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-24
Failure messages
Bruce Hill
2025-03-24
Add some exit type methods
Bruce Hill
2025-03-24
Change commands interface so it can either run or get result
Bruce Hill
2025-03-21
Update readme
Bruce Hill
2025-03-21
Fix colorful
Bruce Hill
2025-03-21
Fixes for ask() being optional and command success status
Bruce Hill
2025-03-21
Fix allocations
Bruce Hill
2025-03-21
Update threads allocation code
Bruce Hill
[next]