Irony.Interpreter 0.9.1-net40-1

This is a prerelease version of Irony.Interpreter.
dotnet add package Irony.Interpreter --version 0.9.1-net40-1
NuGet\Install-Package Irony.Interpreter -Version 0.9.1-net40-1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Irony.Interpreter" Version="0.9.1-net40-1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Irony.Interpreter --version 0.9.1-net40-1
#r "nuget: Irony.Interpreter, 0.9.1-net40-1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Irony.Interpreter as a Cake Addin
#addin nuget:?package=Irony.Interpreter&version=0.9.1-net40-1&prerelease

// Install Irony.Interpreter as a Cake Tool
#tool nuget:?package=Irony.Interpreter&version=0.9.1-net40-1&prerelease

Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Irony.Interpreter:

Repository Stars
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
icsharpcode/SharpDevelop
#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
spreadsheetlab/XLParser
A C# parser for Microsoft Excel formulas with a 99.9% compatibility rate
ruccho/UniTyped
UniTyped is a source generator that allows typed access to data such as SerializedObjects, material parameters, tags and layers.
Version Downloads Last updated
0.9.1-net40-1 342 11/19/2013
0.9.1-net40 44 11/19/2013
0.9.0 1,597 9/27/2013
0.9.0-net40 46 11/19/2013
0.9.0-beta1 45 9/18/2013