From 6a44c073392bc229525e68009e476655e7b0cf88 Mon Sep 17 00:00:00 2001 From: Nuhiat-Arefin Date: Wed, 22 Jul 2026 23:36:29 +0600 Subject: [PATCH] docs: link ANTLR4 Miniscript grammar Assisted-by: OpenAI GPT-5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6938047f..8fddda70b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ coins in a given Bitcoin transaction More information can be found in [the documentation](https://docs.rs/miniscript) or in [the `examples/` directory](https://github.com/rust-bitcoin/rust-miniscript/tree/master/examples) +An [ANTLR4 grammar](https://github.com/antlr/grammars-v4/tree/master/miniscript) for Miniscript expressions is available in the ANTLR `grammars-v4` repository. + ## Minimum Supported Rust Version (MSRV) This library should always compile with any combination of features on **Rust 1.63.0**.