TimeWarp.Nuru.Parsing 2.1.0-beta.5

Prefix Reserved
This is a prerelease version of TimeWarp.Nuru.Parsing.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package TimeWarp.Nuru.Parsing --version 2.1.0-beta.5
                    
NuGet\Install-Package TimeWarp.Nuru.Parsing -Version 2.1.0-beta.5
                    
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="TimeWarp.Nuru.Parsing" Version="2.1.0-beta.5">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TimeWarp.Nuru.Parsing" Version="2.1.0-beta.5" />
                    
Directory.Packages.props
<PackageReference Include="TimeWarp.Nuru.Parsing">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 TimeWarp.Nuru.Parsing --version 2.1.0-beta.5
                    
#r "nuget: TimeWarp.Nuru.Parsing, 2.1.0-beta.5"
                    
#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 TimeWarp.Nuru.Parsing@2.1.0-beta.5
                    
#: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=TimeWarp.Nuru.Parsing&version=2.1.0-beta.5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TimeWarp.Nuru.Parsing&version=2.1.0-beta.5&prerelease
                    
Install as a Cake Tool

TimeWarp.Nuru.Parsing

A source-only NuGet package containing the route pattern parsing implementation for TimeWarp.Nuru.

What is a Source-Only Package?

This package delivers source code that gets compiled directly into your project rather than distributing a pre-compiled assembly. This approach enables:

  • No runtime dependencies
  • Full compiler optimizations
  • No assembly loading issues in analyzers
  • Smaller deployment size

Usage

This package is automatically included when you reference:

  • TimeWarp.Nuru - The main CLI framework
  • TimeWarp.Nuru.Analyzers - Compile-time route pattern validation

You typically won't reference this package directly.

Contents

The package includes:

  • Route pattern lexer for tokenization
  • Recursive descent parser for syntax analysis
  • AST (Abstract Syntax Tree) representations
  • Route compilation to runtime structures
  • Comprehensive error reporting

License

Licensed under the same terms as TimeWarp.Nuru. See the main repository for details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net9.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