Parol.Runtime
0.1.1
dotnet add package Parol.Runtime --version 0.1.1
NuGet\Install-Package Parol.Runtime -Version 0.1.1
<PackageReference Include="Parol.Runtime" Version="0.1.1" />
<PackageVersion Include="Parol.Runtime" Version="0.1.1" />
<PackageReference Include="Parol.Runtime" />
paket add Parol.Runtime --version 0.1.1
#r "nuget: Parol.Runtime, 0.1.1"
#:package Parol.Runtime@0.1.1
#addin nuget:?package=Parol.Runtime&version=0.1.1
#tool nuget:?package=Parol.Runtime&version=0.1.1
Parol.Runtime
<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 | Versions 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. |
-
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.
See CHANGELOG.md for release notes.