antlr/runtime/Cpp/demo/Mac
Mike Lischke 0617dfff54 Rework of the include structure.
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.
2016-05-15 18:37:56 +02:00
..
antlr4-cpp-demo Rework of the include structure. 2016-05-15 18:37:56 +02:00
antlrcpp Tests The generation + runtime now uses std::string instead of std::wstring almost everywhere. 2016-05-13 18:19:12 +02:00
antlrcpp-demo.xcodeproj Rework of the include structure. 2016-05-15 18:37:56 +02:00
build.sh 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