forked from jasder/antlr
In order to ease including the antlr runtime in other projects the include structure has been changed: - Removed precompiled header usage (only OSX, VS + cmake still need updates). - Created umbrella header antlr4-runtime.h that contains everything needed in a target application. - Changed all includes to use relative paths, so it is enough to add the src folder to the header search path in an application. - Also fixed a smaller issue in the C++ template wrt the serialized ATN storage for large grammars. |
||
---|---|---|
.. | ||
antlr4-cpp-demo | ||
antlrcpp Tests | ||
antlrcpp-demo.xcodeproj | ||
build.sh |