Andrew, I am not aware of it being actively worked [1]. This would require using ANTLR4, but I don't believe C++ support is well tested [2]. Someone can correct me if I'm wrong, but there would have to be changes to both sides. I attempted a quick straw man with grammars, but didn't take it very far after making initial changes to the grammar. It generated code, but I'm uncertain of cross platform compatibility with the expression language. If that's not expected or required that will remove some limitations as a result of moving to ANTLR4.
[1] https://issues.apache.org/jira/browse/MINIFI-140 [2] http://www.soft-gems.net/index.php/tools/49-the-antlr4-c-target-is-here On Thu, May 4, 2017 at 8:07 AM, Andrew Christianson < [email protected]> wrote: > All, > > I see that we do not have support for the expression language yet in > MiNiFi C++. Is anyone actively working on this, and if so, is there an ETA? > If no one is working on it, is there a general plan for how it should be > implemented? I think I recall seeing references to ANTLR
