Skip to main content
Irony.Interpreter.NetCore package icon

Irony.Interpreter.NetCore

Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. 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.

Total Downloads
217.0K
216,959
Published
Jul 18, 2018
Latest stable version

Install

.NET CLI
dotnet add package Irony.Interpreter.NetCore --version 1.0.11
Package Manager Console
Install-Package Irony.Interpreter.NetCore -Version 1.0.11
PackageReference
<PackageReference Include="Irony.Interpreter.NetCore" Version="1.0.11" />

Frameworks

.NETFramework4.5.2 .NETFramework4.6.1 .NETStandard1.6

Dependencies

Irony.NetCore
.NETFramework4.5.2
[1.0.11, )
Irony.NetCore
.NETFramework4.6.1
[1.0.11, )
Irony.NetCore
.NETStandard1.6
[1.0.11, )
NETStandard.Library
.NETStandard1.6
[1.6.1, )
[4.3.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.