CocoR.Generator
0.0.2
dotnet add package CocoR.Generator --version 0.0.2
NuGet\Install-Package CocoR.Generator -Version 0.0.2
<PackageReference Include="CocoR.Generator" Version="0.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="CocoR.Generator" Version="0.0.2" />
<PackageReference Include="CocoR.Generator"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CocoR.Generator --version 0.0.2
#r "nuget: CocoR.Generator, 0.0.2"
#:package CocoR.Generator@0.0.2
#addin nuget:?package=CocoR.Generator&version=0.0.2
#tool nuget:?package=CocoR.Generator&version=0.0.2
CocoR.Generator
CocoR.Generator is a tool that automatically generates C# code from Coco/R attributed grammar files (.atg) and template files (.frame) during the build process.
Based On Coco/R
This project is based on the source code of the Coco/R compiler generator, available at: https://ssw.jku.at/Research/Projects/Coco/
License
Coco/R is distributed under the terms of the GNU General Public License (with slight extensions). See: https://ssw.jku.at/Research/Projects/Coco/Doc/license.txt
What CocoR.Generator Does
- Detects
.atgattributed grammar files and.frametemplate files in your project - Automatically generates the corresponding C# scanner and parser
- Includes the generated code in the build output
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.