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