You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there is some mistake aroundXOR_ASSIGNbecause it's defined twice as^=and~=inDINO/d_yacc.y.
Using this tool https://www.bottlecaps.de/convert/ (removing everything after the last %%) and manually adding the tokens from DINO/d_kw.shilka and DINO/d_yacc.y we can see a railroad diagram for the grammar in DINO/d_yacc.y copy and paste the EBNF shown bellow on https://www.bottlecaps.de/rr/ui in the tab Edit Grammar then switching to the tab View Diagram.
I've also added dino grammar to https://mingodad.github.io/parsertl-playground/playground/ an Yacc/Lex compatible online editor/tester (select Dino-lang parser from Examples then click Parse to see a parser tree for the content in Input source editor).
It seems that there is some mistake around
XOR_ASSIGN
because it's defined twice as^=
and~=
inDINO/d_yacc.y
.Using this tool https://www.bottlecaps.de/convert/ (removing everything after the last
%%
) and manually adding the tokens fromDINO/d_kw.shilka
andDINO/d_yacc.y
we can see a railroad diagram for the grammar inDINO/d_yacc.y
copy and paste the EBNF shown bellow on https://www.bottlecaps.de/rr/ui in the tab Edit Grammar then switching to the tab View Diagram.The text was updated successfully, but these errors were encountered: