Otterkit 1.0.10-alpha
Prefix ReservedSee the version list below for details.
dotnet tool install --global Otterkit --version 1.0.10-alpha
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Otterkit --version 1.0.10-alpha
#tool dotnet:?package=Otterkit&version=1.0.10-alpha&prerelease
nuke :add-package Otterkit --version 1.0.10-alpha
Otterkit COBOL Compiler
Otterkit is a Free and Open Source compiler for the COBOL Language on the .NET platform. Warning: The project is currently in pre-release, so not all of the standard has been implemented.
About
First created in 1959, COBOL was created so that managers could communicate with programmer about code. It prioritizes readability, reliability, and long-term maintinence. The language has been implemented throughout the decades on many platforms with many dialects, but the Otterkit compiler is a Free and Open Source implementation of the ISO 2022 Standard on the .NET platform.
Installation
Quick Install
Otterkit is avalible to install on the Nuget package manager. To install, .NET 7 is required. To install, type in to the command line:
dotnet tool install --global Otterkit --version 1.0.0-alpha
Build from Source
First, clone the git repo from https://github.com/otterkit/otterkit.git to get the source code. To access the libotterkit submodule inside, use the --recurse-submodules --remote-submodules
flag on the clone command. To run, navigate into the src
folder(for the compiler, not libotterkit) and then type dotnet run
into the command line.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.0.80 | 437 | 5/15/2023 |
1.0.75 | 138 | 5/15/2023 |
1.0.70 | 190 | 4/19/2023 |
1.0.50-alpha | 227 | 4/14/2023 |
1.0.45-alpha | 261 | 2/18/2023 |
1.0.40-alpha | 238 | 2/9/2023 |
1.0.35-alpha | 221 | 1/31/2023 |
1.0.30-alpha | 282 | 1/31/2023 |
1.0.25-alpha | 246 | 1/18/2023 |
1.0.20-alpha | 202 | 1/18/2023 |
1.0.15-alpha | 300 | 1/11/2023 |
1.0.10-alpha | 247 | 1/11/2023 |
1.0.5-alpha | 215 | 1/11/2023 |
1.0.0-alpha | 253 | 12/24/2022 |