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
/
Makefile
Age
Commit message (
Expand
)
Author
2025-07-11
Use _Decimal64 instead of mpdecimal
Bruce Hill
2025-06-22
Add decimal numbers
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-05-06
Tweak how pipefail works
Bruce Hill
2025-05-06
Add -ldl flag
Bruce Hill
2025-05-06
Suppress missing initializer warning
Bruce Hill
2025-05-06
Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.
Bruce Hill
2025-05-05
Fix some permission stuff to make it more seamless to install to
Bruce Hill
2025-05-02
Move coroutines into examples folder due to compatibility issues on some
Bruce Hill
2025-05-01
Don't install coroutines on arm64
Bruce Hill
2025-04-30
Remove checks and dependencies
Bruce Hill
2025-04-29
Remove warning flag
Bruce Hill
2025-04-29
Make lib directory
Bruce Hill
2025-04-29
Remove exit if you don't have debugedit
Bruce Hill
2025-04-28
Fix issue with running `make install` without config file
Bruce Hill
2025-04-28
Use correct user permissions when installing
Bruce Hill
2025-04-28
Remove some flags for /usr/local
Bruce Hill
2025-04-28
Fix LDFLAGS for check-libs
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-26
Don't compile coroutines when using TinyCC
Bruce Hill
2025-04-26
Simplify make rule
Bruce Hill
2025-04-26
Put version tag in the tomo version
v0.1
Bruce Hill
2025-04-26
Add `--version` flag to show current compiler version's git commit date
Bruce Hill
2025-04-25
Check for debugedit
Bruce Hill
2025-04-25
Speculative fix for Mac: use llvm-objcopy instead of patchelf for Mach-O
Bruce Hill
2025-04-25
Add makefile rules to check default C compiler and necessary libraries
Bruce Hill
2025-04-25
Update makefile to check for necessary utilities
Bruce Hill
2025-04-21
Add coroutines to core library
Bruce Hill
2025-04-19
Minor formatting fixes
Bruce Hill
2025-04-19
Make API documentation into YAML files and autogenerate markdown files
Bruce Hill
2025-04-16
Fixes to get the compiler to build with -O3
Bruce Hill
2025-04-15
Explicitly invoke bash instead of using shebang
Bruce Hill
2025-04-15
Change compilation configuration so Tomo is fully capable of running
Bruce Hill
2025-04-15
Add configuration script to choose install paths and default C compiler
Bruce Hill
2025-04-15
Remove -lbacktrace
Bruce Hill
2025-04-15
Build and install .a file as well
Bruce Hill
2025-04-15
Bring back TCC support!
Bruce Hill
2025-04-12
Replace addr2line with libbacktrace to get improved stack traces
Bruce Hill
2025-04-07
Fix uuids
Bruce Hill
2025-04-07
Move core libraries into their own folder
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-02
Add http-server to `examples` rule
Bruce Hill
2025-04-01
Update makefile
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-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-28
Fix formatted text
Bruce Hill
2025-03-28
Add custom -I and -L flags for mac
Bruce Hill
[next]