joelspadin / tree-sitter-devicetree

Tree-sitter grammar for Devicetree files
MIT License
28 stars 6 forks source link

Grammar railroad diagram #7

Closed mingodad closed 1 year ago

mingodad commented 1 year ago

Using this page https://meimporta.eu/tree-sitter/json2ebnf.html we can get a navigable railroad diagram for tree-sitter grammars like this project.

See also https://github.com/tree-sitter/tree-sitter/issues/2268 .

Cheers !

joelspadin commented 1 year ago

This is interesting, but I'm not sure why you filed an issue. Is there a change to this repo you'd like to incorporate?

mingodad commented 1 year ago

Not really it's mainly to spread the knowledge of railroad diagrams as a tool to help document/debug/develop a grammar.