Skip to content

jiowcl/OxygenBasic.NET

Repository files navigation

OxygenBasic.NET

.Net Wrapper for OxygenBasic Programming Language.

GitHub Nuget Travis-Ci Codacy Badge

Environment

  • Windows 7 above (recommend)
  • OxygenBasic 0.70
  • .NET 8

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