aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-24Split out blocks into their own fileBruce Hill
2025-08-24Shift some code around.Bruce Hill
2025-08-24More splitting out into separate files.Bruce Hill
2025-08-24Move method calls into separate filesBruce Hill
2025-08-24Move function logic into functions filesBruce Hill
2025-08-24Further split outBruce Hill
2025-08-24Split into more files: promotion, sets, tables, pointers, functions.Bruce Hill
2025-08-24Pluralize filenamesBruce Hill
2025-08-24Move more stuff into structs/enums filesBruce Hill
2025-08-24Move structs/enums into the right folderBruce Hill
2025-08-24Split list compilation logic into its own file.Bruce Hill
2025-08-24Constructors and functions with underscore arguments should be allowed to be ...Bruce Hill
2025-08-24Code cleanupBruce Hill
2025-08-24Version bumpBruce Hill
2025-08-24Better error messageBruce Hill
2025-08-23Installer fixv0.3Bruce Hill
2025-08-23Deprecate 'as_owner' in favor of simpler setup with only one invocationBruce Hill
2025-08-23Check if user can write to dir instead of checking for ownerBruce Hill
2025-08-23Update changelogBruce Hill
2025-08-23Minor cleanupBruce Hill
2025-08-23Don't align trailing commentsBruce Hill
2025-08-23Fix readability and don't align trailing commentsBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Better error messageBruce Hill
2025-08-23Use config file with default fallbacks for tomo defsBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-08-23Remove some unused importsBruce Hill
2025-08-20Remove -v flag from `ln` for compatibilityBruce Hill
2025-08-20Add importsBruce Hill
2025-08-19Fix bash pathBruce Hill
2025-08-19Libdl fix for openbsdBruce Hill
2025-08-19Some pedantic fixes vetted against compiling on mac.Bruce Hill
2025-08-19Workaround for hashes in makefile bugBruce Hill
2025-08-18Version bump on patternsBruce Hill
2025-08-18Rework code to avoid variable-length arrayBruce Hill
2025-08-18Fix some compatibility issues, including #embed and `alignof` and some Makefi...Bruce Hill
2025-08-17Fix List.slice()Bruce Hill
2025-08-17Don't allow compiling optional values into non-optional ones.Bruce Hill
2025-08-17Bugfix for integer parsingBruce Hill
2025-08-17Bugfix: added support for Tomo identifiers that are C keywordsBruce Hill
2025-08-17Update changesBruce Hill
2025-08-17Major improvements to type inference to support `JSON({"key"=yes,Bruce Hill
2025-08-17Add JSON module.Bruce Hill
2025-08-16Bump patterns versionBruce Hill
2025-08-16Remove whitespaceBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
2025-08-16Fix further issue with optionalsBruce Hill
2025-08-16Update changesBruce Hill
2025-08-16Bugfix for optionals that have alignment issuesBruce Hill