[antlr-interest] Type Checker Implementation Question

Mark Felzer mark.felzer at gmail.com
Wed Mar 15 19:27:34 PST 2006


Hey group!

I am planning to implement a type-checker, for an existing AST, I build 
with the ANTLR.
I am weighting the option of embedding symbol table generation and 
checking into the the parser / tree walker grammar V.S. creating a 
separate application that analyzes the AST generating a symbol table.

Any advise which way I should go? Which implementation would be easier 
and more intuitive?

Thank you,
-Mark



More information about the antlr-interest mailing list