From 1ab21c13bbca3278390a51a08adf3aa84e330604 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a6938047f..c2ebdd851 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ We use a custom Rust compiler configuration conditional to guard the bench mark benchmarks use: `RUSTFLAGS='--cfg=bench' cargo +nightly bench benchmarks`. +## Other Resources + +An [ANTLR4 grammar](https://github.com/antlr/grammars-v4/tree/master/miniscript) for Miniscript expressions is available in the ANTLR `grammars-v4` repository. + ## Release Notes See [CHANGELOG.md](CHANGELOG.md).