C# ANTLR grammar?
antlr, c#
Solution
This may be waaaay too late, but you can get a C# 4 grammar.
Problem
I'm looking for turn-key ANTLR grammar for C# that generates a usable Abstract Syntax Tree (AST) and is either back-end language agnostic or targets C#, C, C++ or D. It doesn't need to support error reporting. P.S. I'm not willing to do hardly any fix-up as the alternative is not very hard.