Smarter decoding of terms

This update includes an update to `decodeResult` that makes string
decoding far less aggressive. This also replaces the `!decode` REPL
command with `!output` to allow users to switch output format on the
fly. New tests are included for verifying decoding behavior; this group
needs to be fleshed out further.
This commit is contained in:
2025-02-07 15:04:13 -06:00
parent 871245b567
commit e6e18239a7
4 changed files with 92 additions and 32 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: tricu
version: 0.16.0
version: 0.17.0
description: A micro-language for exploring Tree Calculus
author: James Eversole
maintainer: james@eversole.co