antlr - Antlr4 C++ target -
we're starting project need parse python source files in c++ application. i've used antlr2 while generate few compilers, first time i'm using antlr4.
it looks c++ antlr4 target active @ https://github.com/antlr/antlr4-cpp
so, question status of antlr4 c++ target, ready start being used? use c++ target, grab antlr4 source, , copy antlr4-cpp tree , build?
note, don't need that's absolutely stable , guaranteed never change, thats stable enough start being used, if there small/moderate api changes in future, thats fine, understand looks early.
if antlr4-c++ target not ready, parser generator recommend generating c++ target python parser?
thanks
the antlr4 c++ target ready use: http://www.soft-gems.net/index.php/tools/49-the-antlr4-c-target-is-here. needs minor organizational stuff , must merged main repo.
Comments
Post a Comment