From 7712c1d10ec45349c1cd6e66281b7d602350065d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 31 Jan 2026 15:53:23 +0900 Subject: implement slice expression --- docs/jq_grammar.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/jq_grammar.md b/docs/jq_grammar.md index d636756..f9850cf 100644 --- a/docs/jq_grammar.md +++ b/docs/jq_grammar.md @@ -89,6 +89,9 @@ term: suffix: '[' query ']' '?'? + '[' query ':' query ']' '?'? + '[' query ':' ']' '?'? + '[' ':' query ']' '?'? primary: 'null' -- cgit v1.3-1-g0d28