-
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 …
-
Using this tool https://www.bottlecaps.de/convert/ and manually adding the tokens from `main/compiler/parser/chapel.lex` we can see a railroad diagram for the grammar in `main/compiler/parser/chapel.…
-
Would be nice if this parser generator could generate an EBNF compatible with https://www.bottlecaps.de/rr/ui to generate railroad diagrams from the grammars.
There is also an online parser generat…
-
Using a custom parser for menhir grammars and applying it to `src/parser/parse.mly` and manually adding the tokens from `ocaml/fstar-lib/FStar_Parser_LexFStar.ml` we can see a nice navigable railroad …
-
After going through the `CiParser.cs` and writing an `LL(1)` grammar with a modified https://github.com/mingodad/CocoR-CSharp I've got it to generate an EBNF understood by https://www.bottlecaps.de/rr…
-
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…
-
Would be nice if `tameparse` could also generate an `EBNF` as understood by https://www.bottlecaps.de/rr/ui to generate railroad diagrams (https://en.wikipedia.org/wiki/Syntax_diagram).
I extended …
-
Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ we can have a nice navigable railroad diagram.
Copy and paste the `EBNF` shown bellow on https:…
-
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 tool https://www.bottlecaps.de/convert/ to convert https://github.com/The-OpenROAD-Project/OpenROAD/blob/429a272dae6e384dcdc7ebc99bdc4ecb0f66f8a1/src/odb/src/lef/lef/lef.y and https://raw.g…