Closed geraldstanje closed 8 years ago
Just to be sure: Do you mean to take a C source code input and produce its respective AST using golex and go tool yacc?
yes, that would be great. that means the parser needs to create the nodes for the AST?
e.g. http://www.dimitrifourny.com/2014/04/17/write-your-first-compiler/
Hi,
could you add a small c code example print the AST?
Thanks, -Gerald