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
- Host: GitHub
- URL: https://github.com/antlr/antlrcs
- Owner: antlr
- License: other
- Created: 2010-01-08T22:11:56.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T12:15:21.000Z (about 1 year ago)
- Last Synced: 2025-05-12T13:13:27.936Z (25 days ago)
- Language: C#
- Homepage:
- Size: 28.7 MB
- Stars: 287
- Watchers: 29
- Forks: 81
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ANTLR 3 C# Target
[](https://gitter.im/antlr/antlrcs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
| Platform | Build Status |
| --- | --- |
| Windows | [](https://ci.appveyor.com/project/sharwell/antlrcs/branch/master) |
| Linux | [](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/)