forked from jasder/antlr
f30aa125a5 | ||
---|---|---|
.. | ||
demo | ||
runtime | ||
License.txt | ||
README.md |
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:
- Terence Parr, parrt@cs.usfca.edu ANTLR project lead and supreme dictator for life University of San Francisco
- Sam Harwell Tool co-author, Java and C# target)
The C++ target has been the work of the following people:
- Dan McLaughlin, dan.mclaughlin@gmail.com C++ Target project leader
- David Sisson, dsisson@google.com
- Mike Lischke, mike@lischke-online.de
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