Paw 1.3.5635.36367
dotnet add package Paw --version 1.3.5635.36367
NuGet\Install-Package Paw -Version 1.3.5635.36367
<PackageReference Include="Paw" Version="1.3.5635.36367" />
<PackageVersion Include="Paw" Version="1.3.5635.36367" />
<PackageReference Include="Paw" />
paket add Paw --version 1.3.5635.36367
#r "nuget: Paw, 1.3.5635.36367"
#:package Paw@1.3.5635.36367
#addin nuget:?package=Paw&version=1.3.5635.36367
#tool nuget:?package=Paw&version=1.3.5635.36367
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 | Versions 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. |
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).