antlr/runtime/Cpp
Mike Lischke 3d17066e0c Removed a few unnecessary pointer casts. 2016-04-06 15:12:47 +02:00
..
demo Next overhaul (more TODOs fixed) 2016-04-06 15:07:25 +02:00
runtime Removed a few unnecessary pointer casts. 2016-04-06 15:12:47 +02:00
License.txt Added all changes done so far. Since we are here on a very old revision I cannot simply merge, so all files have manually been copied and we have no history for these changes. 2016-03-18 14:22:42 +01:00
README.md Added all changes done so far. Since we are here on a very old revision I cannot simply merge, so all files have manually been copied and we have no history for these changes. 2016-03-18 14:22:42 +01:00

README.md

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)