aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-28Explicitly use int64 for stringBruce Hill
2025-04-28Use correct user permissions when installingBruce Hill
2025-04-28Removed lib importBruce Hill
2025-04-28Fix suggestion for configuring $PATHBruce Hill
2025-04-28Remove some flags for /usr/localBruce Hill
2025-04-28Fix LDFLAGS for check-libsBruce Hill
2025-04-28Reorder package managers to fix apt issueBruce Hill
2025-04-28Fix default C compiler in configBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
means bringing in fpconv to do float-to-string conversion and a few updates to integer and number methods for string formatting.
2025-04-26Minor tweaksBruce Hill
2025-04-26Don't compile coroutines when using TinyCCBruce Hill
2025-04-26Install libs as-you-go instead of after all of them are built (in caseBruce Hill
of serial dependencies)
2025-04-26Simplify make ruleBruce Hill
2025-04-26Put version tag in the tomo versionv0.1Bruce Hill
2025-04-26Improve library compilation and installation to be more lazy and moreBruce Hill
correct without changing directories.
2025-04-26Be even more aggressive about lazy compilation. No need to recompile theBruce Hill
main() wrapper file if the component object files haven't changed. Also, no need to rectranspile .h/.c files just because the C compiler or optimization flags changed.
2025-04-26Rebuild files when build configuration (e.g. optimization level or CBruce Hill
compiler) changes
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
and hash
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
shared library files
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