Name: Anonymous 2009-10-31 0:27
hai. I'm trying to write a compiler for the first time (just a relatively simple toy language I thought up) and I'm not sure exactly how I should store the parse tree in memory. I'm writing the compiler in C. Any suggestions?