Trl.PegParser
1.3.0
Trl.PegParser contains a tokenizer and a parser. The tokenizer uses regular expressions to define tokens, and exposes both matched and unmatched character ranges. The PEG Parser uses parsing expression grammers with tokens produced by the tokenizer. Trl.PegParser is build on .NET Standard 2.1 for cross-platform compatibility.
Install-Package Trl.PegParser -Version 1.3.0
dotnet add package Trl.PegParser --version 1.3.0
<PackageReference Include="Trl.PegParser" Version="1.3.0" />
paket add Trl.PegParser --version 1.3.0
Release Notes
Trl.PegParser contains a tokenizer and a parser. The tokenizer uses regular expressions to define tokens, and exposes both matched and unmatched character ranges. The PEG Parser uses parsing expression grammers with tokens produced by the tokenizer. Trl.PegParser is build on .NET Standard 2.1 for cross-platform compatibility.
Dependencies
-
.NETStandard 2.1
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Trl.PegParser:
Package | Downloads |
---|---|
Trl.TermDataRepresentation
The overall aim of this project is to create a term rewriting system that could be useful in everyday programming, and to represent data in a way that roughly correspond to the definition of a term in formal logic. Terms should be familiar to any programmer because they are basically constants, variables, and function symbols.
|
GitHub repositories
This package is not used by any popular GitHub repositories.