grammars-v4
grammars-v4 copied to clipboard
Parse Csharp lambda expression
trafficstars
I try to use ANTLR grammar to prase Csharp lambda expression.
I did some search and didn't find anything that would move me in the right direction.
in this file, i didin't find example about Delegates:https://github.com/antlr/grammars-v4/blob/master/csharp/CSharpParser.g4.
Many thanks for any help.