hellojinjie
hellojinjie

Reputation: 2138

Any C project that use antlr3?

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..

Upvotes: 1

Views: 202

Answers (1)

Ben Karel
Ben Karel

Reputation: 4711

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

Upvotes: 1

Related Questions