VBF.Compilers.Common
1.0.5
dotnet add package VBF.Compilers.Common --version 1.0.5
NuGet\Install-Package VBF.Compilers.Common -Version 1.0.5
<PackageReference Include="VBF.Compilers.Common" Version="1.0.5" />
paket add VBF.Compilers.Common --version 1.0.5
#r "nuget: VBF.Compilers.Common, 1.0.5"
// Install VBF.Compilers.Common as a Cake Addin #addin nuget:?package=VBF.Compilers.Common&version=1.0.5 // Install VBF.Compilers.Common as a Cake Tool #tool nuget:?package=VBF.Compilers.Common&version=1.0.5
The common components for VBF.Compilers libraries
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on VBF.Compilers.Common:
Package | Downloads |
---|---|
VBF.Compilers.Parsers
VBF.Compilers.Parsers is a GLR parser generator library. Compose grammars using Linq clauses, parsers with automatic error recovery can then be generated at runtime. Any context free grammar is supported, grammars with ambiguities can still be used by providing resolution rules. |
|
VBF.Compilers.Scanners
VBF.Compilers.Scanners is a scanner builder. It contains a regular expression to DFA engine, can generate high performance scanners for unicode source text. |
GitHub repositories
This package is not used by any popular GitHub repositories.