Bug#1138606: ITP: railroad-diagrams -- library to draw railroad syntax diagrams
[email protected] Sun, 31 May 2026 23:44:27 -0400
| Newsgroups | gmane.linux.debian.devel.python |
|---|---|
| Message-ID | <3f9369531059716b3e5e3bdfe5c86924__21508.0714829796$1780285658$gmane$org@nahmias.net> |
Package: wnpp Severity: wishlist Owner: Joseph Nahmias <[email protected]> Control: block 1138500 by -1 X-Debbugs-CC: Tab Atkins Jr. <[email protected]>, [email protected], Debian Javascript Maintainers <[email protected]>, [email protected] * Package name : railroad-diagrams Version : 1.0.0 Upstream Author : Tab Atkins Jr. <[email protected]> * URL : https://github.com/tabatkins/railroad-diagrams * License : Expat Programming Lang: JavaScript, Python Description : library to draw railroad syntax diagrams This is a small library for generating railroad diagrams (like what JSON.org uses) using SVG or Unicode Text, with both JS and Python ports. . Railroad diagrams are a way of visually representing a grammar in a form that is more readable than using regular expressions or BNF. They can easily represent any context-free grammar, and some more powerful grammars. There are several railroad-diagram generators out there, but none of them had the desired visual appeal, so this project was born. dep for nearley i plan to maintain this under the js-team