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-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
2024-03-31
Implement REPL 'while'
Bruce Hill
2024-03-30
More errors
Bruce Hill
2024-03-30
Use generic cord/compare functions
Bruce Hill
2024-03-30
Tweak repl multi-line parsing
Bruce Hill
2024-03-30
REPL 'if'
Bruce Hill
2024-03-30
Fix indexing errors
Bruce Hill
2024-03-30
More functionality for repl
Bruce Hill
2024-03-30
More repl functionality/fixes
Bruce Hill
2024-03-30
Bugfix for color
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-26
Add array:reversed()
Bruce Hill
2024-03-26
Improve codegen for table/array iteration by inlining the iteration
Bruce Hill
2024-03-26
Fix xml for Stop
Bruce Hill
2024-03-26
Restructure things so autoformat isn't make-or-break
Bruce Hill
2024-03-26
More XML fixes
Bruce Hill
2024-03-26
Fix XML output
Bruce Hill
2024-03-24
Print ASTs as XML instead of janky custom syntax
Bruce Hill
2024-03-24
Bugfix for text replacement
Bruce Hill
2024-03-24
Check .c and .h file for staleness
Bruce Hill
2024-03-24
Use $CC properly for running
Bruce Hill
2024-03-24
More flexible handling of command line arguments/environment variables
Bruce Hill
2024-03-24
Add optimization flag
Bruce Hill
2024-03-24
Ignore generated files
Bruce Hill
2024-03-24
Tweak compilation behavior
Bruce Hill
2024-03-24
Implement 'extern' functionality
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-22
Stop if compilation error occurs
Bruce Hill
2024-03-22
Handle type namespaces in other modules
Bruce Hill
2024-03-21
Force remove precompiled files before test
Bruce Hill
[next]