Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
6answers
3k views

Tool for generating railroad diagram used on json.org

I love the syntax or railroad diagrams on json.org which are a graphical representation of the BNF language. I haven't found any tools that can produce results as eloquently. Can anyone identify the ...
8
votes
9answers
2k views

What is a good tool for creating railroad diagrams?

I was very impressed by sqlite's syntax diagrams and was wondering if anyone could recommend software which would let me create similar graphs.
5
votes
2answers
221 views

Visualize LALR grammar

I'd like to visualize a grammar file (actually the Jison grammar for coffee-script). So the input file is a grammar file of Bison/Yacc style. The expected output could be a Graphviz dot file or ...
3
votes
2answers
181 views

Railroad diagrams - what do the double bars on the ends mean?

In the json site, the number and string diagrams are book-ended by double bars. What do the double bars mean?
2
votes
2answers
133 views

Java Grammar syntax analyzer (ASCII to graph)

I am developing an assistant to type database commands for DBAs, because these commands have many parameters, and an assistant will help a lot with their job. For this assistant, I need the grammar of ...
1
vote
3answers
100 views

Javascript: The Good Parts Names/Strings railroad diagrams confusing

I started reading Javascript: The Good Parts book and became confused at first pages (7 and 9 if be exact) by the railroad diagrams. There are diagrams for the name and the string literal. (you can ...
1
vote
2answers
120 views

RailRoad is not working. Giving me issues ie /railroad-0.5.0/lib/railroad/app_diagram.rb:54:in `disable_stdout': uninitialized constant

Here is various outputs railroad -M | dot -Tsvg > models.svg /Users/me/.rvm/gems/ruby-1.9.2-p290/gems/railroad-0.5.0/lib/railroad/app_diagram.rb:54:in `disable_stdout': uninitialized constant ...
1
vote
2answers
185 views

Parsing flow graph/parsing flowchart — What is this called and how can I make them?

I just got linked to the JSON website, and the images stunned me. A better way to intuitively show the flow of a parser I have never seen. Now I want to be able to make these diagrams for my own ...
1
vote
1answer
183 views

Is there an extension to railroad diagrams to capture exceptions?

Railroad diagrams are a popular method to visualize context-free grammars and you can map Backus-Naur Form to these diagrams. But some variants of BNF, for instance W3C-BNF allow exceptions (as ...
1
vote
1answer
119 views

Creating diagram of grammar (bison)

Do you know guys how to create a diagram like following: http://www.svgopen.org/2009/papers/58-Interactive_Documentation_using_JavaScript_and_SVG/oracle_graph.png from bison grammar?
1
vote
2answers
862 views

Railroad diagram generator fails with “NoMethodError”

After making a few modifications to a rails app I am tinkering on, railroad stopped working. The verbose output gives some clues. I wonder if other folks have encountered this and if there are some ...
0
votes
0answers
60 views

ruby on rails railroad graphviz model & controller diagram problems

Help! I'm trying to familiarize myself with an application's models and controllers but when I try to run railroad I end up getting this error: ...
0
votes
1answer
81 views

how can i install RailRoad in windows?

I need to draw class diagrams for my ruby on rails classes? I heard RailRoad is better for this. but still I cannot install it. Iam working with windows. Can anybody help me?
0
votes
1answer
137 views

How do I get a railroad diagram (syntax diagram) in Docbook starting from an EBNF source file?

Docbook 5 apparently supports EBNF. But it doesn't output a railroad diagram. Is it possible to make it output a railroad diagram (AKA syntax diagram)?
0
votes
3answers
587 views
-1
votes
2answers
344 views

railroad balking on application model & admin level controllers

I've just installed railroad and tried to run a couple simple example runs. I have an application model and controller that are causing it some heartburn. There is no real application table - the ...