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-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
2025-03-19
Replace "begin"/"end" with "do_begin"/"do_end"
Bruce Hill
2025-03-19
Add command and shell :by_line()
Bruce Hill
2025-03-18
Pluralize pthreads
Bruce Hill
2025-03-17
FIx colorful
Bruce Hill
2025-03-17
Command.from_path()
Bruce Hill
2025-03-17
Update pthreads example
Bruce Hill
2025-03-17
Add pthread example
Bruce Hill
2025-03-17
Big overhaul:
Bruce Hill
2025-03-17
Fix path issue
Bruce Hill
2025-03-17
Update learnxiny for enums no longer showing the type name
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-12
Rename `without_escaping()` -> `from_text()`
Bruce Hill
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
2025-03-11
Don't use '$' prefix for field names
Bruce Hill
2025-03-11
Add a few colorful escapes
Bruce Hill
2025-03-10
Add some vector methods
Bruce Hill
2025-03-10
Fixes for examples
Bruce Hill
2025-03-10
Fix/update colorful
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2025-03-03
Update CLI API
Bruce Hill
2025-03-02
Add `colorful` DSL
Bruce Hill
2025-03-01
Change `lang.text_content` to `lang.text`
Bruce Hill
2025-02-21
Fix learnxiny
Bruce Hill
2025-02-04
Use `defer` in http module
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-12-07
Rename "NONE" to "none"
Bruce Hill
[next]