aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-11Bugfix for header prefixesBruce Hill
2025-03-11Add a few colorful escapesBruce Hill
2025-03-11Bugfix for constructors not getting appropriate headerBruce Hill
2025-03-11Update manpageBruce Hill
2025-03-11Fix for staleness checks in compilationBruce Hill
2025-03-11Remove some doctests where not neededBruce Hill
2025-03-11Deprecate --quiet and just have that be the defaultBruce Hill
2025-03-10For doctests, only print code if there's no expected value. If there'sBruce Hill
2025-03-10Add some vector methodsBruce Hill
2025-03-10Fix some issues with compile error reportingBruce Hill
2025-03-10Fixes for examplesBruce Hill
2025-03-10Be more conservative about disallowing constructors as top-levelBruce Hill
2025-03-10Fix/update colorfulBruce Hill
2025-03-10Fix some scoping issues with type methods and enum returnsBruce Hill
2025-03-10For langs, do promotion to Text and text interpolation automatically and with...Bruce Hill
2025-03-10Deprecate old constructor logicBruce Hill
2025-03-10Add `convert` keyword for defining conversionsBruce Hill
2025-03-09Make it a compiler error to have an always-aborting function whoseBruce Hill
2025-03-09Check for main func return values (and error if it has any)Bruce Hill
2025-03-09Add _Noreturn hint for Abort functionsBruce Hill
2025-03-09Add better typechecking for Abort (and add `Abort` as a user-reachableBruce Hill
2025-03-09Add fail_text() so there isn't a hacky/broken fail() with promotion toBruce Hill
2025-03-09Have floating point modulus use euclidean divisionBruce Hill
2025-03-09Fix some integer stuff that was being implicitly downcast to 32-bitBruce Hill
2025-03-09Add some missing modulus and conversion methods for floats/intsBruce Hill
2025-03-07Add text padding functions: :left_pad(), :right_pad(), :middle_pad()Bruce Hill
2025-03-07Fix for text uppercasing in testBruce Hill
2025-03-07Roll back number formatting changeBruce Hill
2025-03-07Add proper language support for case operations on textBruce Hill
2025-03-07Fix number precision stuffBruce Hill
2025-03-07Set locale when running testsBruce Hill
2025-03-07Correctly set locale when starting the programBruce Hill
2025-03-07Incremental improvement to parsing `none` for optional argumentsBruce Hill
2025-03-06Add 'when' testBruce Hill
2025-03-06Support 'when' for literal values with equality checkingBruce Hill
2025-03-05Tweak function type spacing when converting it to textBruce Hill
2025-03-05Better error reporting/defaults for `-C` flagBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2025-03-05Add print() as alias for say()Bruce Hill
2025-03-05Further shorten docsBruce Hill
2025-03-05Shorten API docsBruce Hill
2025-03-05Fix linksBruce Hill
2025-03-05Alphabetize and index functionsBruce Hill
2025-03-05Standardize API doc heading levelsBruce Hill
2025-03-03Add `recursive` argument to text:each() and text:map(), plus update docsBruce Hill
2025-03-03Update CLI APIBruce Hill
2025-03-03Fix parsing for CLI tables and arraysBruce Hill
2025-03-02Add better error checking for parsing `program --array=1 2 3`Bruce Hill
2025-03-02Tweak usage so it's a bit more correct for this stuffBruce Hill
2025-03-02Add -r|--run flag to run installed tomo librariesBruce Hill