script

Primitive Script support for Haskell (docs.ppad.tech/script).
git clone git://git.ppad.tech/script.git
Log | Files | Refs | README | LICENSE

commit 7c89f2df630c294fb02c81aae8587be2b4da8abd
parent 3b206ffa427fbcdf41722b6bdc854291d67495fa
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon, 20 Jan 2025 11:55:37 +0400

release: v0.2.0

Diffstat:
MCHANGELOG | 4++++
Mppad-script.cabal | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.2.0 (2025-01-20) + * Renames the older-style 'OP_PUSHNUM_N' opcodes to the newer 'OP_N', and + similarly 'OP_PUSHNUM_NEG1' to 'OP_1NEGATE'. + - 0.1.0 (2025-01-19) * Initial release supporting basic representations of Script, as well as utility functions for converting between them. diff --git a/ppad-script.cabal b/ppad-script.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-script -version: 0.1.0 +version: 0.2.0 synopsis: Primitive Script support. license: MIT license-file: LICENSE