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
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
appropriate
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
modification methods like `range:by(2)` or `range:reversed()`
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
for compiler
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
symbols don't
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
object files
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
2024-03-14
Remove some shadowed variables
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Removing some dead code
Bruce Hill
2024-03-09
Remove references to libgccjit
Bruce Hill
2024-03-03
Rename Str -> Text
Bruce Hill
2024-03-03
Fix table literals
Bruce Hill
2024-03-03
Make load method be "use$name"
Bruce Hill
2024-03-03
Replace -ftrapv with -fsanitize=signed-integer-overflow
Bruce Hill
2024-02-25
Fix lto warning
Bruce Hill
2024-02-24
Rename 'nextlang'->'tomo'
Bruce Hill
2024-02-24
Rename folder
Bruce Hill
2024-02-24
Make CC an environment variable that's read from
Bruce Hill
2024-02-24
Improve enums with metamethods
Bruce Hill
2024-02-24
Fixing up structs
Bruce Hill
[next]