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
Ideally the sg application could output it as an option.
I think that it's a valuable option to document/debug/develop the grammar.
The ÈBNF shown bellow was hand transformed by removing the __define lines, replace {} by (), {}* by ()*, {}+ by ()+, {}? by ()?, ^ANY by `/*^ANY*/ and removing the ';' rule/production separator.
Transforming a bit the grammar at https://github.com/ELENA-LANG/elena-lang/blob/develop/dat/sg/syntax60.txt to an
EBNF
accepted by (IPV4) https://rr.red-dove.com/ui or (IPV6) https://www.bottlecaps.de/rr/ui (repository here https://github.com/GuntherRademacher/rr) we can have a nice navigable railroad diagram (see instructions bellow at the top).Ideally the
sg
application could output it as an option.I think that it's a valuable option to document/debug/develop the grammar.
The
ÈBNF
shown bellow was hand transformed by removing the__define
lines, replace{}
by()
,{}*
by()*
,{}+
by()+
,{}?
by()?
,^ANY
by `/*^ANY*/ and removing the ';' rule/production separator.The text was updated successfully, but these errors were encountered: