i'd like to use YACC/PCCTS to parse a grammar and then use perl as the backend to create symbol tables, etc. does anyone know if this has been done already? the grammar i'd like to parse is too complex to do it all in perl. well, of course perl could do it, but it's much cleaner in a language like YACC.
thanks.