Parol.Runtime 0.1.1

dotnet add package Parol.Runtime --version 0.1.1
                    
NuGet\Install-Package Parol.Runtime -Version 0.1.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="Parol.Runtime" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Parol.Runtime" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Parol.Runtime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Parol.Runtime --version 0.1.1
                    
#r "nuget: Parol.Runtime, 0.1.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.
#:package Parol.Runtime@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Parol.Runtime&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Parol.Runtime&version=0.1.1
                    
Install as a Cake Tool

Parol.Runtime

NuGet Version NuGet Downloads CI NuGet Publish

<br> <img src="https://github.com/jsinger67/parol/raw/main/crates/parol/logo/Parol.svg" alt="Logo" height=200 width=200> <br><br>

Runtime library for scanners and LL(k) parsers generated by the parol ecosystem in .NET.

This package is intended to be consumed by code generated by parol. Generated parsers include all required scanner and parser tables/data; consumers typically do not define DFA states or parser automata by hand.

Features

  • Runtime support for parol-generated scanners and LL(k) parsers
  • Integration points for generated semantic actions
  • Stable package intended for generated code consumption

Installation

dotnet add package Parol.Runtime

Usage Model

  • Generate your parser with parol.
  • Use the generated parser and actions in your application.
  • The generated code provides all runtime data structures required by this package.

Target Framework

  • net10.0

Building

dotnet build Parol.Runtime.slnx -c Release

Running Tests

dotnet test Parol.Runtime.slnx

Release Notes

See CHANGELOG.md.

Contributing

See CONTRIBUTING.md.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.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.1 107 2/18/2026
0.1.0 32 2/18/2026

See CHANGELOG.md for release notes.