Scala Compiler - How to inspect symbol table?
As far as I know, the state of comp开发者_JAVA技巧iler consists of the AST and the symbol table. I can inspect the AST with -Xprint or -Ybrowse. How can I inspect the symbol table?
Part of the solution (code snippet included) at http://www.scala-lang.org/node/5763
精彩评论