fsprojects / FsLexYacc

Lexer and parser generators for F#
http://fsprojects.github.io/FsLexYacc/
MIT License
203 stars 68 forks source link

Online grammar editor/tester #195

Open mingodad opened 3 months ago

mingodad commented 3 months ago

With https://mingodad.github.io/parsertl-playground/playground/ an Yacc/Lex compatible online editor/tester we can test/debug/develop grammars (select FSYacc parser from Examples then click Parse to see a parse tree for the content in Input source, also FSLex is there).

I hope this tool can help develop/debug/document Yacc/Lex like grammars.

Any feedback is welcome !