aboutsummaryrefslogtreecommitdiff
path: root/test/serialization.tm
AgeCommit message (Expand)Author
2025-04-04Misc fixesBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-29Tweak serialization syntaxBruce Hill
2024-11-29Rename :serialize() -> :serialized()Bruce Hill
2024-11-29Add serialization test caseBruce Hill
2024-11-29Add serialization and deserializationBruce Hill