aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-09-21Fix testsBruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Remove dead codeBruce Hill
2025-09-21Fix testsBruce Hill
2025-09-21Deprecate optional '?' postfix operatorBruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-09-21Add .unique() testBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Add anonymous enum testsBruce Hill
2025-09-20Simplify quotes by limiting to `,',"Bruce Hill
2025-09-09Merge branch 'main' into optional-list-indexingoptional-list-indexingBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Fix for import testBruce Hill
2025-09-01Make text indexing optionalBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-29Remove special case for `while when`Bruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-07-12Doctests now use equality checking instead of text comparisonsBruce Hill
2025-07-11Use `assert` more in tests to give better error messagesBruce Hill
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
2025-06-24Add Path.has_extension() and update manpages/api docsBruce Hill
2025-05-21Added Set infix operations, as well as Table.with_fallback() and fixedBruce Hill
2025-05-06Bugfix for serialization of sets and tables with fallbacksBruce Hill
2025-05-01Remove test for character widthBruce Hill
2025-04-30Update wording to remove 'null'Bruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-25Disable test for shifting negative integersBruce Hill
2025-04-21Add `assert`Bruce Hill
2025-04-21Rename List.first() to List.where()Bruce Hill
2025-04-07Add `is_between()` for various typesBruce Hill
2025-04-06Rename fileBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Make string escapes more normal: "\n" for newline, etc. Backticks can beBruce Hill
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
2025-04-06Allow uninitialized variables when there's a sensible empty valueBruce Hill
2025-04-06Insert `then` for clarityBruce Hill
2025-04-06Merge branch 'main' into no-colonsBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06Minor test fixBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Re-implement multiple patterns for `when` blocksBruce Hill
2025-04-06Expand reducers so they support stuff like `(+.abs(): nums)` andBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-04-06Reword test for clarityBruce Hill
2025-04-05Fix up some tests and type_or_typeBruce Hill
2025-04-05Fix up testsBruce Hill