webapicontrib - Antlr 3.5.0.2
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
PM> Install-Package Antlr -Version 3.5.0.2 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> nuget.exe install Antlr -Version 3.5.0.2 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> dotnet add package Antlr --version 3.5.0.2 --source https://www.myget.org/F/webapicontrib/api/v3/index.json
source https://www.myget.org/F/webapicontrib/api/v3/index.json
nuget Antlr ~> 3.5.0.2
Copy to clipboard
> choco install Antlr --version 3.5.0.2 --source https://www.myget.org/F/webapicontrib/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "webapicontrib" -SourceLocation "https://www.myget.org/F/webapicontrib/api/v2"
Install-Module -Name "Antlr" -RequiredVersion "3.5.0.2" -Repository "webapicontrib"
Copy to clipboard
ANTLR 3 C# Target
| Platform | Build Status |
|---|---|
| Windows | |
| Linux |
This repository contains C# versions of 3 major projects, some of which have multiple build artifacts:
- ANTLR 3
- Antlr3: Code generator for ANTLR 3
- Antlr3.Runtime: Runtime library for ANTLR 3
- Antlr3.Runtime.Debug: Runtime library debugging tools for ANTLR 3
- StringTemplate 3
- StringTemplate3: Runtime library
- StringTemplate 4
- StringTemplate4: Runtime library
- StringTemplate4.Visualizer: WPF visualizer for rendering StringTemplate 4 templates
Documentation
The following pages provide documentation for this project:
OwnersChris Missal |
AuthorsSam Harwell, Terence Parr |
Project URLhttps://github.com/antlr/antlrcs |
LicenseBSD-3-Clause |
Info91 total downloads |
| 45 downloads for version 3.5.0.2 |
| Download (143.21 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
3.5.0.2 | 143.21 KB | Wed, 28 Oct 2015 04:53:01 GMT | 45 |
|
||
|
3.4.1.9004 | 142.12 KB | Wed, 12 Aug 2015 22:37:42 GMT | 46 |
|