aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Expand)Author
2025-04-30Fix up hdebug stuff for tablesBruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
2025-04-28Remove remaining printf referencesBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-26Bugfix for boolean parsingBruce Hill
2025-04-26Add TOMO_VERSION as a variable accessible to tomo programs at runtimeBruce Hill
2025-04-25Improved errors for list indexingBruce Hill
2025-04-25Clang fixesBruce Hill
2025-04-24Command line arg parsing fix for negative integers: `tomo foo.tm -- -123`Bruce Hill
2025-04-18Make Int.prev_prime() optional instead of erroringBruce Hill
2025-04-17Add getenv()/setenv()Bruce Hill
2025-04-16Roll back change to add a return for unreachable functionsBruce Hill
2025-04-16Automatically add return for unreachable code blocks (following aBruce Hill
2025-04-16Fixes to get the compiler to build with -O3Bruce Hill
2025-04-15Make some compatibility fixes to make sure the compiler can fully buildBruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
2025-04-15Bring back TCC support!Bruce Hill
2025-04-14Print full library pathBruce Hill
2025-04-14Slightly more robust filtering of stack trace from main() onwardsBruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
2025-04-14Further fixes for printing quoted strings/charsBruce Hill
2025-04-14Fixes for printingBruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill
2025-04-10Remove strlcpy()Bruce Hill
2025-04-07Remove table.bump()Bruce Hill
2025-04-07get_or_setdefault needs to check data_refcountBruce Hill
2025-04-07Move clamped() and is_between() to proper functions (not just macros)Bruce Hill
2025-04-07Add `is_between()` for various typesBruce Hill
2025-04-07Add Byte.to() method and improved micro optimization of iterating overBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Make string escapes more normal: "\n" for newline, etc. Backticks can beBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06Fixes for printing sets and tablesBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-03Deprecate heap_strfBruce Hill
2025-04-01Fix type casting issueBruce Hill
2025-04-01Update array random docs and fix array random methods to check rangesBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-04-01Fix accidental colorizing of print outputBruce Hill
2025-04-01Show full doctest inspection if test failsBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Close out the type color when inspectingBruce Hill
2025-03-31Fully move all pattern code into patterns.cBruce Hill
2025-03-31Move pattern code into patterns fileBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-30Fix visibility of gc_memory_streamBruce Hill
2025-03-30Fix some relative path stuffBruce Hill
2025-03-28Fix printf specifiers on macBruce Hill