-
Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ and manually adding the tokens from the lexer we can have a nice navigable railroad diagram.
Cop…
-
Using this online tool https://www.bottlecaps.de/convert/ to convert the `jsish` grammar to a format understood by https://www.bottlecaps.de/rr/ui and manually adding the lex tokens we can have a navi…
-
Looking through the code I think that adding an option to export the grammar to a format that can be recognized by https://www.bottlecaps.de/rr/ui to generate a navigable railroad diagram (https://en.…
-
Hello,
It would be great if railroad diagrams (like [sqlite's](https://www.sqlite.org/syntaxdiagrams.html)) were included on the webpage.
Here is a nice JS generator for railroad diagrams: https…
-
After fiddling a bit with this project grammar I've got a somehow dirty `EBNF` grammar understood by https://www.bottlecaps.de/rr/ui that generates navigable railroad diagrams.
Copy and paste the E…
-
# Compatibility Report
- Name of the game with compatibility issues: Railroad Corporation
- Steam AppID of the game: 797400
## System Information
- GPU: AMD Vega 56
- Driver/LLVM version: Mesa …
-
Call the jar by console.
-
Looking the grammar at https://github.com/weidagang/text-diagram/blob/master/text-diagram/text-diagram.js and manually converting/simplifying it to an EBNFunderstood by https://www.bottlecaps.de/rr/ui…
-
With a custom parser to parse the JavaCC grammar for `morel` to produce an EBNF understood by https://www.bottlecaps.de/rr/ui we can have a nice railroad diagram (https://en.wikipedia.org/wiki/Syntax_…
-
Using a bit of `Lua` like string pattern replacements and adding the tokens from the lexer manually to obtain an EBNF understood by https://www.bottlecaps.de/rr/ui we can have a nice railroad diagram …