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
/
builtins
Age
Commit message (
Expand
)
Author
2024-07-22
Make sure array slicing doesn't require a pointer and disallow automatic
Bruce Hill
2024-07-20
Fix edge case with iterating over array:from(-999)
Bruce Hill
2024-07-20
Deprecate array:pairs() and switch iterator functions to use enums
Bruce Hill
2024-07-13
Add array:pairs()
Bruce Hill
2024-07-10
Add array:to() to split out functionality of array:from()
Bruce Hill
2024-07-10
Replace array:slice() with array:from(first, last) and array:by(step)
Bruce Hill
2024-07-05
Make file paths in stack traces relative
Bruce Hill
2024-07-05
Improvements to error message printouts
Bruce Hill
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-06-18
Fix array_lvalue
Bruce Hill
2024-06-06
Prefer 'sizeof(t[n])' over 'sizeof(t)*n'
Bruce Hill
2024-06-01
Change how floats are serialized
Bruce Hill
2024-05-28
Changes to dependency tracking, compilation, and object linking
Bruce Hill
2024-05-25
Move standard initialization code into tomo_init() function
Bruce Hill
2024-05-21
Reduce codegen output for enums without data attached to any tags
Bruce Hill
2024-05-20
Deprecate Text.slice()
Bruce Hill
2024-05-20
Hook up Text.has(), Text.trimmed(), Text.without()
Bruce Hill
2024-05-19
Add Text.slice()
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-18
Clean up imports a bit
Bruce Hill
2024-05-18
Add C string type
Bruce Hill
2024-05-14
Bugfix for Num.near()
Bruce Hill
2024-05-14
Add nested indentation for doctests that recursively invoke other
Bruce Hill
2024-05-12
Revert "Deprecate stack macro"
Bruce Hill
2024-05-12
Deprecate stack macro
Bruce Hill
2024-05-12
WIP, but functional interfaces
Bruce Hill
2024-05-02
Support space indents
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-04-22
Add Num.mix()
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
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-16
Invert escaping so user symbols get prepended with "$" and builtin
Bruce Hill
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
Bruce Hill
2024-04-13
Rudimentary stack traces
Bruce Hill
2024-04-13
Change table syntax to {key:value} instead of {key=>value}
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-03
Publicly export CORD_asprintf symbol for libfile
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
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
[prev]
[next]