-
We should probably add the Railroads and Companies as properties so we can read them in with the rest of the properties. I'm just not sure what some of the attributes for the properties are so I don't…
-
I've just added this project grammar to https://mingodad.github.io/parsertl-playground/playground/ an `Yacc/Lex` compatible online editor/tester (select `OpenUSD parser` from `Examples` then click `Pa…
-
python has it, so should we https://github.com/tabatkins/railroad-diagrams
-
While trying to add `frontend/src/Language/Granule/Syntax/Parser.y` to https://mingodad.github.io/parsertl-playground/playground/ an Yacc/Lex compatible online editor/tester I found that the grammar h…
-
I've just added the `lx` grammar to https://mingodad.github.io/parsertl-playground/playground/ an `Yacc/Lex` compatible editor/tester (select `Libfsm lx parser` from `Examples` then click `Parse` to s…
-
Asking this modified byacc (https://github.com/mingodad/lalr-parser-test/tree/main/byacc) to output an EBNF grammar that can be used on https://www.bottlecaps.de/rr/ui to get a railroad diagram (http…
-
Could you add Railroads like roads and pathways pls? :)
-
Using an extension to bison found here https://github.com/mingodad/lalr-parser-test we can generate an EBNF accepted by https://www.bottlecaps.de/rr/ui to generate a nice navigable railroad diagram fr…
-
Using a script to convert (with some manual fixes) `base_parser.cup` to an `EBNF` understood by (IPV6) https://www.bottlecaps.de/rr/ui or (IPV4) https://rr.red-dove.com/ui to generate a nice navigable…
-
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:…