aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-25Add link to websiteBruce Hill
2025-04-25Improved errors for list indexingBruce Hill
2025-04-25Speculative fix.Bruce Hill
2025-04-25Disable test for shifting negative integersBruce Hill
2025-04-25Clang fixesBruce Hill
2025-04-25Fix 'auto' issueBruce Hill
2025-04-24Command line arg parsing fix for negative integers: `tomo foo.tm -- -123`Bruce Hill
2025-04-23Bugfix for `use ./foo.c` putting the #include below lambda definitionsBruce Hill
2025-04-21Allow comprehensions inside parenthesesBruce Hill
2025-04-21Preserve original number literal in s-expressionBruce Hill
2025-04-21Switch from XML to s-expressions and add --parse flag for printing themBruce Hill
2025-04-21Fix for librariesBruce Hill
2025-04-21Deprecate REPLBruce Hill
2025-04-21Add `assert`Bruce Hill
2025-04-21Library renaming should be slightly more generalBruce Hill
2025-04-21Add coroutines to core libraryBruce Hill
2025-04-21Bugfix issue with renaming symbols for librariesBruce Hill
2025-04-21Change date formatBruce Hill
2025-04-21Fix old syntax in docsBruce Hill
2025-04-21Add missing filesBruce Hill
2025-04-21Rename List.first() to List.where()Bruce Hill
2025-04-21Add short descriptions for API methods to improve manpagesBruce Hill
2025-04-21Update docsBruce Hill
2025-04-19Update API docsBruce Hill
2025-04-19Fix backslashesBruce Hill
2025-04-19Minor formatting fixesBruce Hill
2025-04-19Make API documentation into YAML files and autogenerate markdown filesBruce Hill
2025-04-18Fix docsBruce Hill
2025-04-18Make Int.prev_prime() optional instead of erroringBruce Hill
2025-04-18Fix docs syntaxBruce Hill
2025-04-17Add getenv()/setenv()Bruce Hill
2025-04-17Fix for local-tomo to use vars if definedBruce Hill
2025-04-16Update local tomo scriptBruce Hill
2025-04-16Roll back change to add a return for unreachable functionsBruce Hill
2025-04-16Add Path.current_dir() as exposed methodBruce Hill
2025-04-16Better error messageBruce Hill
2025-04-16Automatically add return for unreachable code blocks (following aBruce Hill
2025-04-16Fix tcc complaintsBruce Hill
2025-04-16Bugfix for top-level variables in librariesBruce 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-15Fix some .so hardcodingBruce Hill
2025-04-15Explicitly invoke bash instead of using shebangBruce Hill
2025-04-15Change compilation configuration so Tomo is fully capable of runningBruce Hill
2025-04-15Remove rpath=$ORIGINBruce Hill
2025-04-15rpath fixBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
2025-04-15Remove -lbacktraceBruce Hill
2025-04-15Build and install .a file as wellBruce Hill