You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by John Langley <di...@gmail.com> on 2015/02/04 19:12:48 UTC

Are lex and yacc used in the C++ implementation

I'm exploring the C++ implementation of Avro and saw the AvroLex.ll and
AvroYacc.yy files, but don't see them being used to build anything in the
Makefiles that are created from cmake.

Am I right in assuming they are just experimental at this point?

Thanks in advance.

- J