tags:

views:

94

answers:

2

Where can I find good documentation to use Antlr in C/C++? I've the Definitive Antlr reference book, but it only explains things in Java.

Thanks

Ajay

+1  A: 

There is some useful stuff up on the Antlr website. This article in particular may be helpful to you:

http://www.antlr.org/api/C/index.html

corriganjc