Railroad Generator

Back to be-paranoid.net

Welcome

Hi, I have coded a "Railroad Generator" which creates rairoad diagrams using a scripting code that I call RRCode.

Railroad diagrams also known as syntax diagrams are used to show the grammar of a programming language or something else.

Short Introduction into RRCode

1.) Spaces or chars only counts in tags. You can make as much new lines as you wish.

2.) Const Element: [TEXT]. Creates a const block with the text TEXT.

3.) Var Element: {TEXT}. Creates a var block with the text TEXT.

4.) If you want to add a arm you have to write that between \ and \. (attention: there is a POINT). Example: \1[First arm]\1[Second arm]\1.

5.) If you want to add a middle line into your arm you have to wirte \\, don't write anything between it.

6.) If you want to add that went back, you have to use / instead of \. Example: /1[Second arm]/1.

Generator

Enter your RRCode here:

Scale (0.1 - 1.0):

With (100 - 2500):

Border (5 - 100):

If you click on Generate you allows us to use the RRCode pattern and the image which is generated by our service on other web pages.