Info
Version: | 1.1.11 |
Author(s): | daxnet |
Last Update: | Tuesday, June 4, 2019 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/daxnet/irony |
NuGet Url: | https://www.nuget.org/packages/Irony.NetCore |
Install
Install-Package Irony.NetCore
dotnet add package Irony.NetCore
paket add Irony.NetCore
Irony.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit.ILGeneration(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
Tags
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.