rr icon indicating copy to clipboard operation
rr copied to clipboard

RR - Railroad Diagram Generator

Results 13 rr issues
Sort by recently updated
recently updated
newest added

Greetings. Please, would it be possible to add an **Index** and/or **TOC** to the HTML output in order to navigate in very long HTML files with a lot of productions....

It would be useful for the integration with asciidoctor to have the ability to emit just the diagrams (without xhtml/html content) this would make it practical to integrate rr with...

A language of any complexity is not just defined by its syntax, but also its semantics. Currently there is no way to annotate (or describe) the grammar rules in natural...

Here's my proposal for a Java API for railroad diagram generation. So why should RR have one? Personally, I plan to use it to create a Maven plugin for RR,...

It seems that is possible to not emit the same style in each `svg` and still been able to view it correctly, saving around 1/4 of the actual xhtml. ```...

Some online editors can generate a link containing the information needed to rebuild the result. Sometimes they can even render the image if referenced as such. It's great to link...

First, thanks a lot to share this nice job. I use your tool to describe a grammar that is in between computing and true language. I managed to do almost...

Testing a bash grammar I found that `rr` doesn't accept close square bracket escaped inside ranges (open square brackets it's OK): ``` nonsquarebra ::= [^\[\]] ``` Output: ``` lexical analysis...

Using the RR site to plot a graph, this recursive grammar (which I don't know if is valid input): ``` whitespace ::= ('space')+ | ('linefeed')+ | ('carriage return')+ | ('horizontal...

I've encountered a Problem where a request to render my EBNF code led to a Proxy Error on multiple devices for a longer period of time. I simply asked the...