drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
690 stars 90 forks source link

Overpass API Grammar Specification #720

Open EmbPhy opened 3 months ago

EmbPhy commented 3 months ago

Does Overpass API have grammatical specifications? Now I'm trying to parse the Overpass API's query language, but that seems to be a complex and meticulous task. Since I haven't found a publicly available standard, if this is possible could you provide me with a syntax specification so I can parse it? Thank you and your work!

mmd-osm commented 3 months ago

Unfortunately, there's no such thing available. You need to read the source code and derive the formal grammar specification on your own. It's really not too much work, after all.