Irony.NetCore (1.0.11)
Published 2023-05-05 11:26:23 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 1.0.11 Irony.NetCore
About this package
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.
Dependencies
ID | Version | Target Framework |
---|---|---|
NETStandard.Library | 1.6.1 | .NETStandard1.6 |
System.Reflection | 4.3.0 | .NETStandard1.6 |
System.Reflection.Emit.Lightweight | 4.3.0 | .NETStandard1.6 |
System.Reflection.Extensions | 4.3.0 | .NETStandard1.6 |
System.Reflection.TypeExtensions | 4.3.0 | .NETStandard1.6 |
System.Runtime.Numerics | 4.3.0 | .NETStandard1.6 |