[Mono-dev] GSoC - AST Verifier for C# compiler

Petr Onderka gsvick at gmail.com
Tue Mar 27 21:27:04 UTC 2012


Hi,

as a backup if my first proposed project doesn't get selected,
I'm looking into implementing the project “AST Verifier for C# compiler”.

The project statement says to implement an AST visitor and I have
looked around and found the class StructuralVisitor.
It seems to be exactly what I need, except it doesn't do anything by itself.
I would expect it to visit the whole tree (just like ExpressionVisitor
does for Expressions),
so that I can implement only the parts that are relevant to me (in
this case, generating the C# code).

Is there some code that already does that?
Or at least some code that implements StructuralVisitor that I could look at?

If not, that's fine, and I can do it myself. I just don't want to
duplicate work already done by others.

Petr Onderka


More information about the Mono-devel-list mailing list