aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-26Rebuild files when build configuration (e.g. optimization level or CBruce Hill
2025-04-26Check that import is a valid fileBruce 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-26Add `--version` flag to show current compiler version's git commit dateBruce Hill
2025-04-25Check for debugeditBruce Hill
2025-04-25Update text docs for escapingBruce Hill
2025-04-25Have mac install llvmBruce Hill
2025-04-25Speculative fix for Mac: use llvm-objcopy instead of patchelf for Mach-OBruce Hill
2025-04-25Add makefile rules to check default C compiler and necessary librariesBruce Hill
2025-04-25Update makefile to check for necessary utilitiesBruce Hill
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