An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Experimental C++ 14 target for ANTLR 4

[![Join the chat at https://gitter.im/antlr/antlr4-cpp](https://badges.gitter.im/Join%20Chat.svg)](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) | [![Build Status](https://travis-ci.org/antlr/antlr4-cpp.svg?branch=master)](https://travis-ci.org/antlr/antlr4-cpp) |
| Windows | Visual Studio 2015 | Debug x86 | [![Build status](https://ci.appveyor.com/api/projects/status/evg0gcv76e8w50b3/branch/master?svg=true)](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