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
Age
Commit message (
Expand
)
Author
2025-04-01
Update patterns API and docs
Bruce Hill
2025-04-01
Update pattern docs
Bruce Hill
2025-04-01
Fix docs
Bruce Hill
2025-04-01
Fix type casting issue
Bruce Hill
2025-04-01
Update array random docs and fix array random methods to check ranges
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
Fork the process when compiling libraries to avoid cross-contamination
Bruce Hill
2025-04-01
Clean up and improve patterns
Bruce Hill
2025-04-01
Add back extra space
Bruce Hill
2025-04-01
Remove accidental extra newline
Bruce Hill
2025-04-01
Fix accidental colorizing of print output
Bruce Hill
2025-04-01
Rename P -> Pat
Bruce Hill
2025-04-01
Show full doctest inspection if test fails
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Close out the type color when inspecting
Bruce Hill
2025-03-31
Update docs
Bruce Hill
2025-03-31
Fully move all pattern code into patterns.c
Bruce Hill
2025-03-31
Move pattern code into patterns file
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
Prepend `do_begin` statements to `do` statements, don't put them in a
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
Fix visibility of gc_memory_stream
Bruce Hill
2025-03-30
Further support for .dylib files on mac by changing syntax for library
Bruce Hill
2025-03-30
Fix more dylib issues
Bruce Hill
2025-03-30
Speculative fix for installing libraries on mac
Bruce Hill
2025-03-30
Fix some relative path stuff
Bruce Hill
2025-03-30
Fix some relative import issues with compiled modules
Bruce Hill
2025-03-30
Bugfix for `use`ing ASM files and also for retranspiling headers
Bruce Hill
2025-03-30
Fix for including header files
Bruce Hill
2025-03-28
Fix formatted text
Bruce Hill
2025-03-28
Fix ldflags
Bruce Hill
2025-03-28
Fix conditional flags
Bruce Hill
2025-03-28
More flags for just mac
Bruce Hill
2025-03-28
Add custom -I and -L flags for mac
Bruce Hill
2025-03-28
Fix ld flags to use commas instead of =
Bruce Hill
2025-03-28
Fix printf specifiers on mac
Bruce Hill
2025-03-28
Fix library install name for mac
Bruce Hill
2025-03-28
Remove duplicate lib
Bruce Hill
2025-03-28
Fix for mac using -install_name
Bruce Hill
2025-03-28
On apple, don't explicit_bzero
Bruce Hill
2025-03-28
Remove open source version stuff
Bruce Hill
2025-03-28
Revert "Add strlcpy for mac"
Bruce Hill
2025-03-28
Add strlcpy for mac
Bruce Hill
2025-03-28
Use strtok instead of strsep
Bruce Hill
2025-03-28
Conditional flags for running tomo with clang vs gcc
Bruce Hill
2025-03-28
Change format specifiers
Bruce Hill
[next]