jmespath-community / jmespath.spec

JMESPath Specification
6 stars 3 forks source link

Renamed GRAMMAR as it conflicts with the `grammar/` folder on Windows. #57

Closed springcomp closed 2 years ago

springcomp commented 2 years ago

The GRAMMAR file contains the ABNF grammar for the JMESPath syntax. The grammar/ folder contains the specification for the functions.

On Windows, both names are considered identical and thus should be disambiguated.

This PR renames GRAMMAR to GRAMMAR.ABNF.

A corresponding PR is pending on the JMESPath.site repo.