aboutsummaryrefslogtreecommitdiff
path: root/test/bytes.tm
AgeCommit message (Collapse)Author
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
matching
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
constructor.
2024-11-05Add byte hex testsBruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
constructors
2024-09-15Add a Byte datatypeBruce Hill