ANTLR for parsing languages and specs

@Motakjuq ah yes … I forgot you are not C++/C based ! Force of habit.

But there are a number of Earley parsers around and they are rather straightforward to implement. Though if you already have something that works for you that shouldn’t be necessary.

We have opened the issue in ANTLR4 for this : antlr4 go target issue
It seems it will take some time to fix.
As manish said, we are seeing good results with our parsers and will continue to use it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.