Hamzawey
Hamzawey

Reputation: 416

Antlr V4 C#/java grammars available?

Are there grammar files (.g4) that are available for C# and Java that i can use directly? If so, are they following certain standards?

Thanks, Mostafa

Upvotes: 0

Views: 345

Answers (1)

Hamzawey
Hamzawey

Reputation: 416

The Csharp grammar added on this link:

https://github.com/antlr/grammars-v4/tree/master/csharp

you will find .g4 grammar there in that project.

Upvotes: 1

Related Questions