Search code examples
yacccode-editor

YACC code support? IDE, plugin, whatever?


I'm learning YACC and I like to learn new languages having an editor pointing out my errors live.

Any suggestion?


Solution

  • You can try xcode,it can compile lex and yacc and you can debug with it.