Info
Version: | 1.0.1 |
Author(s): | Craig |
Last Update: | Friday, November 1, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Strilanc/PickleJar |
NuGet Url: | https://www.nuget.org/packages/Strilanc.PickleJar |
Install
Install-Package Strilanc.PickleJar
dotnet add package Strilanc.PickleJar
paket add Strilanc.PickleJar
Strilanc.PickleJar Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
A 'jar' is a combination parser/packer.
The library includes basic jars, like a jar for big-endian 32-bit integers, as well as combinators that augment jars into more complicated jars, like 'repeat 5 times' and 'followed by'.
Combining jars is much less error prone than hand-writing parsers and packers, but gives comparable performance thanks to runtime optimization and compilation.
Follow the project url for more information and usage examples.