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
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
2024-07-23
Tweak Make deps
Bruce Hill
2024-07-23
Add headers to make deps
Bruce Hill
2024-06-17
Dump test results to console again
Bruce Hill
2024-06-17
Fix issue with bitfields
Bruce Hill
2024-06-17
Tweak test output
Bruce Hill
2024-06-11
Add manpage
Bruce Hill
2024-06-09
Remove linker flags that aren't needed anymore
Bruce Hill
2024-06-09
Change build process to use static objects instead of dynamic linking
Bruce Hill
2024-06-06
Change the rules for tests so they recompile and save their output
Bruce Hill
2024-05-20
Hook up Text.has(), Text.trimmed(), Text.without()
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
2024-05-12
Deprecate interfaces (RIP)
Bruce Hill
2024-05-12
WIP, but functional interfaces
Bruce Hill
2024-05-01
Fix up some path issues during compilation/running/installation
Bruce Hill
2024-04-20
Inline color file
Bruce Hill
2024-04-16
Exit with 1 on failure
Bruce Hill
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-04-15
Run tests in random order
Bruce Hill
2024-04-03
Dynamically link against .so file instead of statically linking against
Bruce Hill
2024-03-30
Adding a REPL
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-21
Force remove precompiled files before test
Bruce Hill
[prev]
[next]