rsdoiel / obnc

This is a fork of obnc-0.17.2 by Karl Landström, hosted at http://miasap.se/obnc/.
http://miasap.se/obnc/
GNU General Public License v3.0
4 stars 3 forks source link

Online Oberon grammar editor/tester #2

Open mingodad opened 11 months ago

mingodad commented 11 months ago

I've just added the Oberon grammar from this project to https://mingodad.github.io/parsertl-playground/playground/ a Yacc/Lex online editor/tester (repository here https://github.com/mingodad/parsertl-playground).

Select Oberon parser from Examples then click Parse to see the parser tree for the content in Input source editor.

I hope it can help develop/debug Yacc/Lex grammars in a fast iteration with minimal distraction.

Any feedback is welcome !

rsdoiel commented 11 months ago

Will take a look, been a busy couple of weeks. Just updated this repo to Karl's 0.17.0 release of OBNC. I have a couple of things to address (one test isn't passing but does pass in Karl's tar file version).

mingodad commented 11 months ago

Looking a the diff at the grammar level only ReturnExpressionOpt has been renamed to ReturnClauseOpt .