-
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/ we can have a nice navigable railroad diagram ([Syntax diagram](https://en.wikipedia.org/wiki/Syntax_diagram)) for [sql.y](https://github.com/cube222…
-
Based on the `debug.c:dump_productions` function I created a `debug.c:dump_ebnf` function to output an EBNF grammar understood on https://www.bottlecaps.de/rr/ui to generate railroad diagrams (https:…
-
Using a script doing a bit of regex search and repace and manually adding the tokens from the lexer we can get an `EBNF` understood by (IPV6) https://www.bottlecaps.de/rr/ui or (IPV4) https://rr.red-d…
-
I'm creating a grammar editor/tester online here https://mingodad.github.io/parsertl-playground/playground/ (repository here https://github.com/mingodad/parsertl-playground ) and just added Austral gr…
-
**Minecraft Version :** 1.12.2
**Mohist Version :** 1.12.2-320
**Operating System :** Server runs on Linux, Windows (10+) has the same problem
**Concerned mod / plugin…
-
Viewing https://alx71hub.github.io/hcb/ in a browser and selecting all and copying and pasting on an editor and manually fixing it to be an `EBNF` understood by https://www.bottlecaps.de/rr/ui we can …
-
After massaging `src/compiler/compilePhases/parser/main/iml.grm` I've got this EBNF grammar that can be used on https://www.bottlecaps.de/rr/ui to generate a railroad diagram for `smlsharp`, copy and…
-
Trying to convert `colm` grammar to be used on https://mingodad.github.io/parsertl-playground/playground/ I've got an initial port that could generate an `EBNF` understood by https://www.bottlecaps.d…
-
Going through the code on https://github.com/titzer/virgil/blob/master/aeneas/src/vst/Parser.v3 and using this tool https://github.com/mingodad/CocoR-CSharp to create a `LL(1)` parser to then generate…