Releases: IronyProject/Irony
Releases · IronyProject/Irony
v1.2.0
What's new
- #51 Updated to NetStandard 2.0 — @rivantsov
- #50 Better handling of newline characters — @davidnemeti
- #48 NumberLiteral works properly when the decimal separator is not a dot — @davidnemeti
- #46 Generate simpler parse tree for Kleene operator Q() — @davidnemeti
- #36 Fix NullReferenceException when NodeCreator and DefaultNodeCreator are both null — @maelmahdy
- #21 Set peverify-compat to ensure verifiable IL in C# 7.2 and up — @dammejed
Nuget packages
v1.1.0
- Official release for .NET Standard 2.0
- Dropped support for Silverlight and .NET 3.5
Nuget packages
v1.0.0-beta1
What's new
- .NET Standard 2.0 support.
- ReadLine operation support for the grammar samples.
- IronyTextBox, a syntax highlighting editor for the Irony-based languages (WinForms only).