Dove.Parser 0.1.3.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dove.Parser --version 0.1.3.8                
NuGet\Install-Package Dove.Parser -Version 0.1.3.8                
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="Dove.Parser" Version="0.1.3.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dove.Parser --version 0.1.3.8                
#r "nuget: Dove.Parser, 0.1.3.8"                
#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 Dove.Parser as a Cake Addin
#addin nuget:?package=Dove.Parser&version=0.1.3.8

// Install Dove.Parser as a Cake Tool
#tool nuget:?package=Dove.Parser&version=0.1.3.8                

ILDovah

A basic MSIL parser (follows 2012 ECMA-CIL) (WIP)

var (source, index) = (".field public static int32 count = int32(23)", 0);

TestConstruct<Field>(ref index, source);

void TestConstruct<T>(ref int index, string source)
    where T : IDeclaration<T>
    {
        if(IDeclaration<T>.Parse(ref index, source, out T resultVal)) {
            Console.WriteLine(resultVal);
        } else {
            Console.WriteLine("Failed to parse");
        }
    }
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • 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.1.5.1 319 2/18/2023
0.1.5 275 2/18/2023
0.1.4.9 338 1/27/2023
0.1.4.8 330 1/27/2023
0.1.4.7 340 1/22/2023
0.1.4.6 326 1/19/2023
0.1.4.5 332 1/19/2023
0.1.4.4 324 1/19/2023
0.1.4.3 315 1/19/2023
0.1.4.2 328 1/18/2023
0.1.4.1 329 1/17/2023
0.1.4 300 1/17/2023
0.1.3.9 307 1/16/2023
0.1.3.8 348 1/15/2023
0.1.3.6 339 1/15/2023
0.1.3.5 315 1/15/2023
0.1.3.4 331 1/15/2023
0.1.3.3 336 1/15/2023
0.1.3.2 311 1/12/2023
0.1.3.1 337 1/12/2023
0.1.3 317 1/12/2023
0.1.2 334 1/12/2023
0.1.1 304 1/12/2023