.Net Wrapper for OxygenBasic Programming Language.
- Windows 7 above (recommend)
- OxygenBasic 0.70
- .NET 8
PM> Install-Package OxygenBasic.NET
Building requires Visual Studio 2022 Community and test under Windows 10.
string scriptPath = @"Sample\test_fib.txt";
string scriptBuffer = File.ReadAllText(scriptPath, Encoding.UTF8);
Oxygenbasic.O2Basic(scriptBuffer);
Oxygenbasic.Exec();
Console.ReadKey();
Copyright (c) 2017-2024 Ji-Feng Tsai.
OxygenBasic Copyright (c) Charles Pegge OxygenBasic Compiler.
Code released under the MIT license.
- More examples
If this application help you reduce time to coding, you can give me a cup of coffee :)