I was looking for a free (as in "free beer") library that can parse C # 3.0 code (in fact, C # 2.0 with lambdas would do that) and return some kind of AST / code DOM code for a personal project, however most the alternatives I've seen so far are inadequate:
So ... is there a free, working C # 3.0 analyzer that can be connected to another project?
zneak
source share