https://github.com/antlr/antlr4-cpp
C++ target for ANTLR 4, including templates and runtime
https://github.com/antlr/antlr4-cpp
Last synced: about 1 month ago
JSON representation
C++ target for ANTLR 4, including templates and runtime
- Host: GitHub
- URL: https://github.com/antlr/antlr4-cpp
- Owner: antlr
- License: other
- Created: 2015-05-10T20:59:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T16:32:35.000Z (about 10 years ago)
- Last Synced: 2025-04-04T19:11:09.777Z (2 months ago)
- Language: C++
- Size: 371 KB
- Stars: 78
- Watchers: 22
- Forks: 33
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Experimental C++ 14 target for ANTLR 4
[](https://gitter.im/antlr/antlr4-cpp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This ANTLR 4 target is a very early work-in-progress, originally created for use in learning and practicing development
with new features in C++ 11 and 14. The development process has not yet been determined, but we welcome input from the
community at any time.## Build status
| OS | Compiler | Configuration | Status |
| --- | --- | --- | --- |
| Linux | Clang | None (disabled) | [](https://travis-ci.org/antlr/antlr4-cpp) |
| Windows | Visual Studio 2015 | Debug x86 | [](https://ci.appveyor.com/project/sharwell/antlr4-cpp/branch/master) |## License
This project is licensed under the 3-clause BSD license. See [LICENSE][] for details.
[LICENSE]: https://github.com/antlr/antlr4-cpp/blob/master/LICENSE