antlr/runtime/Cpp/README.md

1.1 KiB

C++ target for ANTLR 4

This fork provides C++ runtime support for C++. See the canonical antlr4 repository for in depth detail about how to use Antlr4.

Authors and major contributors

ANTLR 4 is the result of substantial effort of the following people:

The C++ target has been the work of the following people:

Project Status

  • Building on OS X, Windows, and Linux (Ubuntu)
  • No errors and warnings
  • Library linking
  • Simple running (e.g. heap objects initialize properly)
  • Simple testing (creating significiant objects)