Skip to content

sandydunlop/wildcat-cobol-compiler

Repository files navigation

Wildcat COBOL Compiler

Wildcat COBOL Compiler is a COBOL compiler that works with .NET 7 on Windows, Mac, and Linux.

Command line example

Building the project creates a NuGet package.

To install the compiler as a global dotnet tool. run the following command from the project directory:

dotnet tool install --global --add-source ./nupkg cobolc

Releases

No releases published

Packages

No packages published