Is there a GUI tool for lex and yacc ?
I mean which can simplify things by nicely arranging them into
rules section,
declarations section,
help me find and probably co-relate some rules etc.
I need such a tool to understand whats going on in a huge lex and yacc
file.
Hi
I occasionally use the GOLD parser builder (Devin Cook's). It is very
intuitive and can export your syntax rules to YACC.
Of course you then have to complete the semantics on each rule (if
any).
Kind regards
Nikolaos Kavvadias