user2960717
user2960717

Reputation: 1

C# with ANTLR4 project

I'm using visualstudio 2008 and do not use nuget.

I would like to port an old ANTLR project to ANTLR4, up to now without success.

Can someone provide detailed instructions and a sample project ?

Upvotes: 0

Views: 207

Answers (1)

Sam Harwell
Sam Harwell

Reputation: 99859

I recently wrote a new set of instructions for installing and using the C# target for ANTLR 4. These instructions should provide the necessary information for getting it working with Visual Studio 2008.

https://github.com/sharwell/antlr4cs/wiki/Installation

Upvotes: 2

Related Questions