Paw 1.3.5635.36367

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 Paw --version 1.3.5635.36367
                    
NuGet\Install-Package Paw -Version 1.3.5635.36367
                    
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="Paw" Version="1.3.5635.36367" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paw" Version="1.3.5635.36367" />
                    
Directory.Packages.props
<PackageReference Include="Paw" />
                    
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 Paw --version 1.3.5635.36367
                    
#r "nuget: Paw, 1.3.5635.36367"
                    
#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 Paw@1.3.5635.36367
                    
#: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=Paw&version=1.3.5635.36367
                    
Install as a Cake Addin
#tool nuget:?package=Paw&version=1.3.5635.36367
                    
Install as a Cake Tool

This library is collection of code that I have used in several unrelated projects, games, web sites, assemblers,
compilers etc. Therefore, there is no real roadmap for this library. I add code when I find something that I have
used on multiple projects or when I develop something new that I am most likely to use in multiple projects.
Suggestions are welcome! Do however understand that this is not by any means my primary project.

At this point, the most dominant feature would be the BBCode part of the library. In time, it might be something
else. In short, here is some code that is bothersome to build from scratch but is freely available.

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

Added an explanation of how to implement lexers in the manual (issue 29).
Added look ahead features to the TextAnalyzer (issue 26).
Added a parsing exception to the Paw.Text name space (issue 25).
Fixed rendering of bbcode node with only an attribute (issue 27).