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-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
2025-03-17
Big overhaul:
Bruce Hill
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
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
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-10-30
Remove redundant warnings
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-03
Fix up some compiler flags around floating point numbers so they work
Bruce Hill
2024-09-30
Clean examples when doing `make clean`
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill
2024-09-13
Rename c_string.{c,h} -> c_strings.{c,h}
Bruce Hill
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-13
Move cord helper functions into their own file
Bruce Hill
2024-09-13
Split pattern code into its own file
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Add optional types
Bruce Hill
2024-09-09
Add (/path):by_line()
Bruce Hill
2024-09-09
Initial working version
Bruce Hill
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-06
Add Shell dsl type
Bruce Hill
2024-09-05
Fully clean up siphash code and fix some issues
Bruce Hill
2024-09-04
Remove readline dependency
Bruce Hill
2024-09-03
Show error output on test failure
Bruce Hill
2024-09-03
Deprecate `Where` and change channel API to use a boolean `front` value
Bruce Hill
2024-08-19
Add .text_content as a field on DSLs instead of a method
Bruce Hill
2024-08-13
Speed up tests slightly
Bruce Hill
2024-08-13
More fixes
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-11
Add channels and threads
Bruce Hill
2024-08-05
Add a Range datatype with creation methods like `5:to(10)` and
Bruce Hill
[next]