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

https://github.com/antlr/antlrcs

The C# port of ANTLR 3, StringTemplate 3, and StringTemplate 4
https://github.com/antlr/antlrcs

Last synced: 22 days ago
JSON representation

The C# port of ANTLR 3, StringTemplate 3, and StringTemplate 4

Awesome Lists containing this project

README

        

# ANTLR 3 C# Target

[![Join the chat at https://gitter.im/antlr/antlrcs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/antlr/antlrcs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

| Platform | Build Status |
| --- | --- |
| Windows | [![Build status](https://ci.appveyor.com/api/projects/status/x21gyx4ikxsa9n3t/branch/master?svg=true)](https://ci.appveyor.com/project/sharwell/antlrcs/branch/master) |
| Linux | [![Build status](https://travis-ci.org/antlr/antlrcs.svg?branch=master)](https://travis-ci.org/antlr/antlrcs) |

This repository contains C# versions of 3 major projects, some of which have multiple build artifacts:

* ANTLR 3
* [Antlr3](https://www.nuget.org/packages/Antlr3): Code generator for ANTLR 3
* [Antlr3.Runtime](https://www.nuget.org/packages/Antlr3.Runtime): Runtime library for ANTLR 3
* [Antlr3.Runtime.Debug](https://www.nuget.org/packages/Antlr3.Runtime.Debug): Runtime library debugging tools for ANTLR 3
* StringTemplate 3
* [StringTemplate3](https://www.nuget.org/packages/StringTemplate3): Runtime library
* StringTemplate 4
* [StringTemplate4](https://www.nuget.org/packages/StringTemplate4): Runtime library
* [StringTemplate4.Visualizer](https://www.nuget.org/packages/StringTemplate4.Visualizer): WPF visualizer for rendering StringTemplate 4 templates

## Documentation

The following pages provide documentation for this project:

* [Visual Studio and the ANTLR C# Target](doc/README.md)
* [ANTLR v3 Home](http://www.antlr3.org)
* [StringTemplate Home](http://www.stringtemplate.org/)