IronText 0.9.1

dotnet add package IronText --version 0.9.1
NuGet\Install-Package IronText -Version 0.9.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IronText" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IronText --version 0.9.1
#r "nuget: IronText, 0.9.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IronText as a Cake Addin
#addin nuget:?package=IronText&version=0.9.1

// Install IronText as a Cake Tool
#tool nuget:?package=IronText&version=0.9.1

Iron Text is a library for rapid creation of parsers and interpreters using c#
       without additional external tools.

       The distinguishing features of the project are that:
       - grammar and lexical rules are described entirely using .net type system with custom attributes
       - allows parsing any context-free grammar including ambiguous ones
       - supports vocabularies of tokens and rules which can be reused in different languages
       - generic methods can be used as a 'template rules'
       - allows defining language abstraction using interfaces and abstract classes
         which can have multiple implementations for different parsing tasks.
       - has built in error handling
       - has built in line,column counting

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.1 3,704 9/9/2013
0.9.0 1,168 8/25/2013