Trl.TermDataRepresentation
1.0.5
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.
Install-Package Trl.TermDataRepresentation -Version 1.0.5
dotnet add package Trl.TermDataRepresentation --version 1.0.5
<PackageReference Include="Trl.TermDataRepresentation" Version="1.0.5" />
paket add Trl.TermDataRepresentation --version 1.0.5
#r "nuget: Trl.TermDataRepresentation, 1.0.5"
Release Notes
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.
Dependencies
-
.NETStandard 2.1
- Trl.IntegerMapper (>= 1.0.1)
- Trl.PegParser (>= 1.3.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Trl.TermDataRepresentation:
Package | Downloads |
---|---|
Trl.Serialization
Trl.Serialization aims to create a compact human readable general-purpose data representation system based on the definition of terms. These _terms_ should be familiar to any programmer because they are basically strings, numbers, and function symbols. This is exposed as a serialiser and deserialiser to make it useful for most applications.
|
GitHub repositories
This package is not used by any popular GitHub repositories.