Trl.TermDataRepresentation
1.0.5
dotnet add package Trl.TermDataRepresentation --version 1.0.5
NuGet\Install-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"
// Install Trl.TermDataRepresentation as a Cake Addin
#addin nuget:?package=Trl.TermDataRepresentation&version=1.0.5
// Install Trl.TermDataRepresentation as a Cake Tool
#tool nuget:?package=Trl.TermDataRepresentation&version=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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- Trl.IntegerMapper (>= 1.0.1)
- Trl.PegParser (>= 1.3.0)
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.
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.