// Package syntax is a fork of [mvdan.cc/sh/v3@v3.10.0/syntax]. // // Copyright (c) 2016, Daniel Martí. All rights reserved. // // It is a reduced set of the package to only provide the [Quote] function, // and contains the [LICENSE], [quote.go] and [parser.go] files at the given // revision. // // [quote.go]: https://raw.githubusercontent.com/mvdan/sh/refs/tags/v3.10.0/syntax/quote.go // [parser.go]: https://raw.githubusercontent.com/mvdan/sh/refs/tags/v3.10.0/syntax/parser.go // [LICENSE]: https://raw.githubusercontent.com/mvdan/sh/refs/tags/v3.10.0/LICENSE // [mvdan.cc/sh/v3@v3.10.0/syntax]: https://pkg.go.dev/mvdan.cc/sh/v3@v3.10.0/syntax package syntax