ANTLR v3 C runtime library for parsing and lexical analysis
ANTLRv3 parsing library for C
libantlr3c$ gcc -o parser parser.c lexer.c -lantlr3c$ gcc -I/usr/local/include -L/usr/local/lib -o myparser myparser.c -lantlr3c -lm$ pkg-config --cflags --libs libantlr3c