antlr / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
BSD 3-Clause "New" or "Revised" License
16.68k stars 3.23k forks source link

Update C++ documentation to state that C++17 is required #4588

Closed andreasbuhr closed 1 month ago

andreasbuhr commented 2 months ago

Fixes https://github.com/antlr/antlr4/issues/4511

dhaumann commented 1 month ago

Could this get merged? It's a trivial fix that is obviously correct. @parrt Any comments would be very much appreciated :-)

parrt commented 1 month ago

thanks!