[antlr-interest] [C# target]about efficiency of the code

李志鹏 lizhipeng at gmail.com
Sun Nov 13 06:37:27 PST 2011


Hello all

I write a very small script language in C#. I have to use box and unbox
again and again in C# code to walk through the AST tree, and a lot of
method use reflection, so i worry about the code efficiency.

anyone have experience walk through tree in C#? how to do more effectively?
can give me some hints?


More information about the antlr-interest mailing list