Irony 0.9.1-net40
This is a prerelease version of Irony.
dotnet add package Irony --version 0.9.1-net40
NuGet\Install-Package Irony -Version 0.9.1-net40
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" Version="0.9.1-net40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Irony" Version="0.9.1-net40" />
<PackageReference Include="Irony" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Irony --version 0.9.1-net40
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Irony, 0.9.1-net40"
#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.
#addin nuget:?package=Irony&version=0.9.1-net40&prerelease
#tool nuget:?package=Irony&version=0.9.1-net40&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
This package has no dependencies.
GitHub repositories (11)
Showing the top 11 popular GitHub repositories that depend on Irony:
Repository | Stars |
---|---|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
icsharpcode/SharpDevelop
#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
|
|
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
|
|
Xavalon/XamlStyler
Visual Studio extension to help format your XAML source code
|
|
Azure/Industrial-IoT
Azure Industrial IoT Platform
|
|
xoofx/CppAst.NET
CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
|
|
spreadsheetlab/XLParser
A C# parser for Microsoft Excel formulas with a 99.9% compatibility rate
|
|
dotnet/java-interop
Java.Interop provides open-source bindings of Java's Java Native Interface (JNI) for use with .NET managed languages such as C#
|
|
ruccho/UniTyped
UniTyped is a source generator that allows typed access to data such as SerializedObjects, material parameters, tags and layers.
|
|
frabert/NetLua
Completely managed .NET Lua
|
|
picoe/Eto.Parse
Recursive descent LL(k) parser for .NET with Fluent API, BNF, EBNF and Gold Grammars
|
Version | Downloads | Last updated |
---|---|---|
0.9.1-net40 | 591 | 11/19/2013 |
0.9.0 | 4,218 | 9/27/2013 |
0.9.0-net40 | 73 | 11/19/2013 |
0.9.0-beta1 | 49 | 9/18/2013 |