antlr/runtime/Cpp
Mike Lischke f30aa125a5 Updated VS solution after project restructuring. 2016-05-05 13:33:28 +02:00
..
demo Updated VS solution after project restructuring. 2016-05-05 13:33:28 +02:00
runtime Updated VS solution after project restructuring. 2016-05-05 13:33:28 +02:00
License.txt Reorganized runtime folder structure + created ios target in XCode. 2016-05-05 13:06:17 +02:00
README.md Switching to current ANTLR revision, final part. 2016-05-01 12:41:32 +02:00

README.md

C++ target for ANTLR 4

This folder contains the C++ runtime support for ANTLR. See the canonical antlr4 repository for in depth detail about how to use ANTLR 4.

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)
  • All memory allocations checked
  • Simple demo application on OS X, Windows and Linux