Closed svengiegerich closed 1 year ago
Motivation: Version 4.11.1 is the latest of antlr. I don't see a clear reason not to use that version (other than the package needs c++17 compared to c++13). Besides, updating antlr could make it possible to use other grammar definitions.
antlr
c++17
c++13
Changes: See the commit history:
cpp_src/
helper_generate_parsers.sh
c++
Update: Converted to draft as built for macos-11 failed. Sorry for being to fast here!
macos-11
Thanks to @xhochy, everything runs now like a charm. Many thanks!
Motivation: Version 4.11.1 is the latest of
antlr
. I don't see a clear reason not to use that version (other than the package needsc++17
compared toc++13
). Besides, updating antlr could make it possible to use other grammar definitions.Changes: See the commit history:
cpp_src/
,helper_generate_parsers.sh
,c++
version.