How to create a symbol table if given a grammar in a yacc file?

Posted by Phenom on Stack Overflow See other posts from Stack Overflow or by Phenom
Published on 2009-11-15T13:24:47Z Indexed on 2010/04/01 1:03 UTC
Read the original article Hit count: 331

Filed under:
|

I'm given a yacc file and I'm supposed to create a symbol table. What do I do after I use yacc on the file?

© Stack Overflow or respective owner

Related posts about yacc

Related posts about homework