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
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 see the parse tree for the content in Input source).
I've also created an EBNF understood by https://rr.red-dove.com/ui to generate a nice navigable railroad diagram (copy and paste the EBNF shown bellow at https://rr.red-dove.com/ui in the Edit grammar tab then switch to the View Diagram tab).
This isn't actually lx's grammar (see /src/lx/lexer.lx in this repo), this is Lexi's grammar! See /lexi/src/lexer.lxi in the tendra repo). So this actually belongs to @tendra, not libfsm.
Do you know how these got confused? Maybe we can untangle that!
I've just added the
lx
grammar to https://mingodad.github.io/parsertl-playground/playground/ anYacc/Lex
compatible editor/tester (selectLibfsm lx parser
fromExamples
then clickParse
to see the parse tree for the content inInput source
).I've also created an
EBNF
understood by https://rr.red-dove.com/ui to generate a nice navigable railroad diagram (copy and paste theEBNF
shown bellow at https://rr.red-dove.com/ui in theEdit grammar
tab then switch to theView Diagram
tab).The text was updated successfully, but these errors were encountered: