Reputation: 470
Is there an ANTLR4 version of "How to build an ANTLR code generation target". I know there is an ANTLR3 version but it seems to be way out of date.
Upvotes: 5
Views: 2494
Reputation: 99859
The only real resource at this point is the repository for the ANTLR 4 C# target. It does include a Creating Targets document, but it's not up-to-date and some sections (notably the Release Structure) is not correct. The Git history for the project shows how I implemented the C# target starting from the Java runtime.
You should note the following:
Upvotes: 6