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-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
2024-03-26
Add array:reversed()
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-24
Bugfix for text replacement
Bruce Hill
2024-03-24
Improve COW/etc handling for update assignments
Bruce Hill
2024-03-22
Fix/improve assignment to arrays and tables
Bruce Hill
2024-03-19
Module imports
Bruce Hill
2024-03-18
Improve codegen for enums by eliminating unnecessary methods
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-17
Improve comprehensions for both arrays and tables
Bruce Hill
2024-03-14
Clean up codegen to not use macros
Bruce Hill
2024-03-14
Better codegen for negation
Bruce Hill
2024-03-14
Remove some shadowed variables
Bruce Hill
2024-03-14
Array comprehensions
Bruce Hill
2024-03-10
Clean up doctesting for assignments
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Removing some dead code
Bruce Hill
2024-03-09
Minor cleanups to get compilation working on clang
Bruce Hill
2024-03-09
Deprecate secret langs (just use one-member structs)
Bruce Hill
2024-03-09
Improve handling of secret text
Bruce Hill
2024-03-09
Change lang stringification to include type name
Bruce Hill
2024-03-09
Add langs to the language
Bruce Hill
[next]