OxygenBasic.NET 1.0.6

dotnet add package OxygenBasic.NET --version 1.0.6
                    
NuGet\Install-Package OxygenBasic.NET -Version 1.0.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OxygenBasic.NET" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OxygenBasic.NET" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="OxygenBasic.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OxygenBasic.NET --version 1.0.6
                    
#r "nuget: OxygenBasic.NET, 1.0.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=OxygenBasic.NET&version=1.0.6
                    
Install as a Cake Addin
#tool nuget:?package=OxygenBasic.NET&version=1.0.6
                    
Install as a Cake Tool

OxygenBasic.NET

.Net Wrapper for OxygenBasic Programming Language.

GitHub Nuget Travis-Ci Codacy Badge

Environment

  • Windows 7 above (recommend)
  • OxygenBasic 0.70.0P7
  • .NET 9

NuGet Installation

PM> Install-Package OxygenBasic.NET

How to Build

Building requires Visual Studio 2022 Community and test under Windows 10.

Example

string scriptPath = @"Sample\test_fib.txt";
string scriptBuffer = File.ReadAllText(scriptPath, Encoding.UTF8);

Oxygenbasic.O2Basic(scriptBuffer);
Oxygenbasic.Exec();

Console.ReadKey();

License

Copyright (c) 2017-2024 Ji-Feng Tsai.
OxygenBasic Copyright (c) Charles Pegge OxygenBasic Compiler.
Code released under the MIT license.

TODO

  • More examples

Donation

If this application help you reduce time to coding, you can give me a cup of coffee 😃

paypal

Paypal Me

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.
  • net9.0-windows7.0

    • 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.

Version Downloads Last Updated
1.0.6 104 12/4/2024
1.0.5 158 1/31/2024
1.0.4 397 11/9/2022
1.0.3 398 11/11/2021
1.0.2 363 5/27/2021
1.0.1 595 3/15/2020
1.0.0 596 9/2/2019

1.0.5