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 (
Collapse
)
Author
2025-04-01
Add `core` library to avoid having to explicitly import a bunch of
Bruce Hill
common libraries
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
module-based approach
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
2025-03-28
Fix library install name for mac
Bruce Hill
2025-03-28
Fix for mac using -install_name
Bruce Hill
2025-03-28
Remove open source version stuff
Bruce Hill
2025-03-28
Add conditional LDLIBS for openbsd
Bruce Hill
2025-03-28
Warning flags tweak
Bruce Hill
2025-03-28
Improve makefile for clang support
Bruce Hill
2025-03-28
Add LDFLAGS
Bruce Hill
2025-03-28
Include /usr/local/{include,lib}
Bruce Hill
2025-03-28
Switch `echo -e` for `printf`
Bruce Hill
2025-03-28
Default C compiler to `cc`
Bruce Hill
2025-03-28
Remove shell
Bruce Hill
2025-03-28
Remove dl lib requirement
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
matching
2025-03-22
Add some logic to check for a GCC version high enough
Bruce Hill
2025-03-21
By default, install to ~/.local/bin and warn if PREFIX is not on user's
Bruce Hill
$PATH
2025-03-21
Added autoinstaller for deps
Bruce Hill
2025-03-21
Make examples quieter
Bruce Hill
2025-03-21
Update rule for making tags
Bruce Hill
2025-03-21
Move test results to test/results/*.tm.testresult
Bruce Hill
2025-03-21
Move pandoc stuff into docs/
Bruce Hill
2025-03-21
Move manpage into docs
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill
2025-03-21
Move files into src/ and build into build/
Bruce Hill
2025-03-21
Fix issue with constant initializers for metamethods
Bruce Hill
2025-03-21
Update makefile for compatibility
Bruce Hill
2025-03-18
Pluralize pthreads
Bruce Hill
2025-03-18
Update makefile to build executables
Bruce Hill
2025-03-17
FIx colorful
Bruce Hill
2025-03-17
Add pthread example
Bruce Hill
2025-03-17
Move to using a .build/ folder for generated files instead of foo.tm.c
Bruce Hill
in the same folder
2025-03-17
Big overhaul:
Bruce Hill
- Clean up environment code using type strings instead of manually defining types - Add Commands module - Move Shell lang into an example module that uses Commands module - Fix some bugs with chained library dependencies
2025-03-07
Set locale when running tests
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity
2025-02-21
Deprecate autoformatter
Bruce Hill
2025-02-21
Fix makefile optimization parameter
Bruce Hill
2025-02-21
Add learnxiny to 'examples' makefile rule
Bruce Hill
2025-02-13
Deprecate Range datatype in favor of using iterator methods
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-30
Compile with thread support
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
Bruce Hill
change the literal syntax to `NONE:T` instead of `!T`
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
[next]