1

I am a java programmer and currently learning antlr3.

I have to use antlr in a C project.
It is a little difficult for a java programmer to write C code use antlr.

So, I want to look some C project that use antlr

I find a lot of java project that use antlr, eg. hive, esper
but I could not find a C project.

anyone know a C project that use antlr3?
Thank you in advance..

hellojinjie
  • 1,868
  • 3
  • 17
  • 23
  • Posted [here](http://antlr.markmail.org/search/?q=#query:+page:1+mid:oesy4aiezzkvttyq+state:results) too. – Bart Kiers Oct 05 '11 at 16:26
  • @BartKiers thank you.. I first asked here, then I asked in the antlr mail list... One of the mail-list user told me that tora http://sourceforge.net/projects/tora/?_test=beta is using antlr3 – hellojinjie Oct 06 '11 at 03:47

1 Answers1

1

Here's some BSD-licensed C++ code which uses an ANTLR3-generated C parser: AST traversal, error handling.

Ben Karel
  • 4,591
  • 2
  • 26
  • 25