aboutsummaryrefslogtreecommitdiff
path: root/src/compile
AgeCommit message (Expand)Author
2025-10-04Deprecate `extend`Bruce Hill
2025-10-03Fix for optional CLI argumentsBruce Hill
2025-10-02Merge branch 'zero-nones' into devBruce Hill
2025-10-02Use 'OptionalText_t' for optional text typesBruce Hill
2025-10-01Fixes for indexing into lists with optional item typesBruce Hill
2025-10-01For structs and fixed-size ints, use `.has_value` instead of `.is_none`Bruce Hill
2025-10-01Merge branch 'dev' into zero-nonesBruce Hill
2025-10-01Bugfix for compiling optional fixed-size intsBruce Hill
2025-10-01Fix up some more none casesBruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-09-24Revert "Deprecate `defer`"Bruce Hill
2025-09-21Deprecate binary ops (other than ++) for tables. Instead use properBruce Hill
2025-09-21Be more lenient with underscore fields and arguments.Bruce Hill
2025-09-21Bugfix for debug logs with functions (not closures)Bruce Hill
2025-09-21Deprecate `defer`Bruce Hill
2025-09-21Fix testsBruce Hill
2025-09-21Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglogBruce Hill
2025-09-21Deprecate optional '?' postfix operatorBruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-09-21Fix empty tablesBruce Hill
2025-09-21Deprecate more set stuffBruce Hill
2025-09-21Bugfix for .unique()Bruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
2025-09-21Fix for struct constructor args with anonymous enumBruce Hill
2025-09-21Got inlne enums working in most placesBruce Hill
2025-09-21Add enum scope when declaring a variableBruce Hill
2025-09-09Merge branch 'main' into optional-list-indexingoptional-list-indexingBruce Hill
2025-09-09Typechecking/promotion for table lookup keysBruce Hill
2025-09-07Be more correct about library names and also strip off `tomo-`Bruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-06Fixes for prior changesBruce Hill
2025-09-06Code cleanupBruce Hill
2025-09-06Refactor a bit in order to catch issue with ConvertDefs creatingBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Fixes for local-tomo so that it *actually* uses local header files,Bruce Hill
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-09-01Make text indexing optionalBruce Hill
2025-09-01Improved error messagesBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-31Merge branch 'main' into formatterBruce Hill
2025-08-31Add argument aliases so programs can use `func main(verbose|v=no)` to doBruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-26Formatting for reductionsBruce Hill
2025-08-26Formatting for min/max and cleanup for ints/numsBruce Hill