aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-01Add check for null typeBruce Hill
2025-05-01Remove POSIX_C_SOURCE flagBruce Hill
2025-05-01Revert fix for empty set parsingBruce Hill
2025-05-01Fix compiler flagBruce Hill
2025-05-01Include stdlibBruce Hill
2025-05-01BugfixBruce Hill
2025-05-01Don't check result of debugedit commandBruce Hill
2025-05-01Show failed commandBruce Hill
2025-05-01Add missing fileBruce Hill
2025-05-01Move importsBruce Hill
2025-05-01Bugfix for parsing error with nested setsBruce Hill
2025-04-30Speculative fix for memory error during installationBruce Hill
2025-04-30Fix up hdebug stuff for tablesBruce Hill
2025-04-30Update wording to remove 'null'Bruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
2025-04-30Use namespace prefix function when appropriateBruce Hill
2025-04-29Fix parser errBruce Hill
2025-04-29Improved error messageBruce Hill
2025-04-29Check return values for system callsBruce Hill
2025-04-29Fix last (?) string issueBruce Hill
2025-04-29Fix string issuesBruce Hill
2025-04-29Fix some string issuesBruce Hill
2025-04-29Fix string long issuesBruce Hill
2025-04-29Fix some string issuesBruce Hill
2025-04-28Better error messageBruce Hill
2025-04-28Bugfix for compilation logic using setsBruce Hill
2025-04-28Remove remaining printf referencesBruce Hill
2025-04-28Fix potential issue causing install to failBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-26Minor tweaksBruce Hill
2025-04-26Install libs as-you-go instead of after all of them are built (in caseBruce Hill
2025-04-26Improve library compilation and installation to be more lazy and moreBruce Hill
2025-04-26Be even more aggressive about lazy compilation. No need to recompile theBruce Hill
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-25Speculative fix for Mac: use llvm-objcopy instead of patchelf for Mach-OBruce Hill
2025-04-25Improved errors for list indexingBruce Hill
2025-04-25Speculative fix.Bruce 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