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" />
<PackageReference Include="OxygenBasic.NET" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=OxygenBasic.NET&version=1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
OxygenBasic.NET
.Net Wrapper for OxygenBasic Programming Language.
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 😃
Product | Versions 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.
1.0.5