aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-03-02Add `colorful` DSLBruce Hill
2025-03-02Bugfix for recursive replacement on Text.replace_all()Bruce Hill
2025-03-01Fix docs for recursive replace_allBruce Hill
2025-03-01Bugfix for namespaced declarations that initialize and staticBruce Hill
2025-03-01Bugfix for lang.text methodsBruce Hill
2025-03-01Change `lang.text_content` to `lang.text`Bruce Hill
2025-03-01Check for nullBruce Hill
2025-03-01Support post-hoc definitions of escaping rules for DSLsBruce Hill
2025-03-01For debugging purposes, show qualified name (`Foo.baz()`) in functionBruce Hill
2025-02-28Fix stringification of function typeBruce Hill
2025-02-28Handle case where file can't be foundBruce Hill
2025-02-28Check for missing argumentBruce Hill
2025-02-26Improved call stacks (using addr2line still)Bruce Hill
2025-02-25Fix non-colorized doctest output newlinesBruce Hill
2025-02-25Add $Shell.execute()Bruce Hill
2025-02-24Add $Shell:execute()Bruce Hill
2025-02-24Automatic escaping for Path -> ShellBruce Hill
2025-02-21Integer range iteration over fixed width integers should iterate overBruce Hill
2025-02-21For showing codegen, have users specify a pager instead of hardcodingBruce Hill
2025-02-21Deprecate autoformatterBruce Hill
2025-02-21Fix makefile optimization parameterBruce Hill
2025-02-21Tweak function registration APIBruce Hill
2025-02-21Add learnxiny to 'examples' makefile ruleBruce Hill
2025-02-21Fix learnxinyBruce Hill
2025-02-20Support arbitrary argument constructorsBruce Hill
2025-02-20Add undefBruce Hill