# antlrcs **Repository Path**: lovedesign66/antlrcs ## Basic Information - **Project Name**: antlrcs - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-15 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/)