Pegtl 3.2.2

dotnet add package Pegtl --version 3.2.2
NuGet\Install-Package Pegtl -Version 3.2.2
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="Pegtl" Version="3.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pegtl --version 3.2.2
#r "nuget: Pegtl, 3.2.2"
#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.
// Install Pegtl as a Cake Addin
#addin nuget:?package=Pegtl&version=3.2.2

// Install Pegtl as a Cake Tool
#tool nuget:?package=Pegtl&version=3.2.2

The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).

There are no supported framework assets in this 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
3.2.2 328 12/17/2021

Added rule odigit for octal digits.
Enabled default-constructed state in state, change_state, and change_action_and_state.
Changed rules in tao/pegtl/contrib/integer.hpp to not throw by default.
Added tao/pegtl/contrib/separated_seq.hpp.
Added tao/pegtl/contrib/iri.hpp grammar for IRIs.
Added tao/pegtl/contrib/proto3.hpp grammar for protocol buffer v3.