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
Age
Commit message (
Expand
)
Author
2024-04-22
Remove _mix_ keyword
Bruce Hill
2024-04-22
Add Num.mix()
Bruce Hill
2024-04-21
Fix namespace vars
Bruce Hill
2024-04-21
Better imports for types
Bruce Hill
2024-04-21
Support loading imports as top-level statements
Bruce Hill
2024-04-21
Bugfix
Bruce Hill
2024-04-20
Bugfix for enum num types
Bruce Hill
2024-04-20
Update docs
Bruce Hill
2024-04-20
Fix no-argument main funcs
Bruce Hill
2024-04-20
Fix USE_COLOR
Bruce Hill
2024-04-20
Move arg parsing to inline logic in main() function
Bruce Hill
2024-04-20
Inline color file
Bruce Hill
2024-04-19
More heap code cleanup
Bruce Hill
2024-04-19
Add license
Bruce Hill
2024-04-19
Heap cleanup
Bruce Hill
2024-04-19
Clean up heap code
Bruce Hill
2024-04-19
Add heapify(), heap_push(), and heap_pop()
Bruce Hill
2024-04-17
Updated readme
Bruce Hill
2024-04-17
Fix arg parsing
Bruce Hill
2024-04-17
Use leading underscore for file-local variables and functions instead of
Bruce Hill
2024-04-16
Fix globals issue
Bruce Hill
2024-04-16
Exit with 1 on failure
Bruce Hill
2024-04-16
Fix globals
Bruce Hill
2024-04-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-04-16
Remove (void)argc/v
Bruce Hill
2024-04-15
Run tests in random order
Bruce Hill
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
Bruce Hill
2024-04-13
Rudimentary stack traces
Bruce Hill
2024-04-13
Fix issue with empty command line args
Bruce Hill
2024-04-13
Change table syntax to {key:value} instead of {key=>value}
Bruce Hill
2024-04-12
Tweak command line arguments (add -e and --help)
Bruce Hill
2024-04-12
Update readme
Bruce Hill
2024-04-12
Update readme
Bruce Hill
2024-04-12
Support Text arrays as main function arguments
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-04-10
Add Bool.from_text()
Bruce Hill
2024-04-10
Add from_text() method for ints/nums
Bruce Hill
2024-04-10
Fix empty string check
Bruce Hill
2024-04-10
Add corecursive func test
Bruce Hill
2024-04-10
Fix corecursive functions and global variables
Bruce Hill
2024-04-03
Hook things up so the compiler can run better without installing
Bruce Hill
2024-04-03
Dynamically link against .so file instead of statically linking against
Bruce Hill
2024-04-03
Publicly export CORD_asprintf symbol for libfile
Bruce Hill
2024-04-02
Seed RNG on each run
Bruce Hill
2024-04-02
Add test for array:sample()
Bruce Hill
2024-04-02
Add array:sample(n, weights)
Bruce Hill
2024-04-02
Bugfixes for long strings in docstring tests
Bruce Hill
2024-04-02
Add array:sample()
Bruce Hill
2024-04-02
Add array:sorted()
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
[prev]
[next]