BenBurgers.FormalLanguagesAutomata
0.5.9
dotnet add package BenBurgers.FormalLanguagesAutomata --version 0.5.9
NuGet\Install-Package BenBurgers.FormalLanguagesAutomata -Version 0.5.9
<PackageReference Include="BenBurgers.FormalLanguagesAutomata" Version="0.5.9" />
paket add BenBurgers.FormalLanguagesAutomata --version 0.5.9
#r "nuget: BenBurgers.FormalLanguagesAutomata, 0.5.9"
// Install BenBurgers.FormalLanguagesAutomata as a Cake Addin #addin nuget:?package=BenBurgers.FormalLanguagesAutomata&version=0.5.9 // Install BenBurgers.FormalLanguagesAutomata as a Cake Tool #tool nuget:?package=BenBurgers.FormalLanguagesAutomata&version=0.5.9
Formal Languages and Automata
This project contains main features for formal languages and automata.
Symbols
The namespace BenBurgers.FormalLanguagesAutomats.Symbols
contains features for symbols that are used in formal languages and automata.
Primitives
The namespace BenBurgers.FormalLanguagesAutomata.Symbols.Primitives
contains features for primitive symbols.
Programmability
The namespace BenBurgers.FormalLanguagesAutomata.Symbols.Programmability
contains features for programmable symbols.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BenBurgers.FormalLanguagesAutomata:
Package | Downloads |
---|---|
BenBurgers.FormalLanguagesAutomata.Specializations
This package targets RC1 of .NET 5 and is in development. Specializations of formal languages and automata: a Password Strength Accepter. (faster than regular expressions, if logging is disabled), a Sequence Consumer that consumes a particular sequence from a tape of symbols. |
|
BenBurgers.FormalLanguagesAutomata.Grammars
Formal grammars according to formal languages and automata theory in Computer Science. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.9 | 236 | 6/17/2023 |
0.4.6-alpha | 256 | 10/6/2020 |
0.4.5-alpha | 292 | 10/4/2020 |
0.4.3-alpha | 289 | 10/3/2020 |
0.3.0-alpha | 274 | 9/26/2020 |
0.2.0-alpha | 273 | 9/25/2020 |
0.1.1-alpha | 232 | 9/24/2020 |
0.1.0-alpha | 233 | 9/24/2020 |
The first full release with open source.