]> gitweb.ps.run Git - toc/blob - antlr4-cpp-runtime-4.9.2-source/demo/README.md
add antlr source code and ReadMe
[toc] / antlr4-cpp-runtime-4.9.2-source / demo / README.md

Demo application for the ANTLR 4 C++ target

This demo app shows how to build the ANTLR runtime both as dynamic and static library and how to use a parser generated from a simple demo grammar.

A few steps are necessary to get this to work:

Compilation is done as described in the runtime/cpp/readme.md file.