Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.16 KB

opening_hours_grammar

ANTLR grammar for opening_hours from OpenStreetMap

Limitations and trade offs

  • No deep semantic ATM ("14:00-12:00" is "okay") because first iterations should be flexible
  • There no linter YET. No soft error checking in minimal version, like opening_hours.js (HTML-like parsing "Oh you did mistake here, let me fix this for you" is not goal of this project); because it will bloat grammar in every aspect and direction.
  • Multiple versions of grammar (more/less restrictive) may occur over time.

Contributing

How to use

IDE
Command line

How to develop