Skip to content

Installation

Andreas AFENTAKIS edited this page Oct 12, 2025 · 4 revisions

Installation

Let's begin by installing the NuGet package.

NuGet Package Version Download Activity
FAST.FBasicInterpreter NuGet Nuget Last Commit

You can use Visual Studio's Nuget Package Manager, or one of the following commands:

.NET CLI

dotnet add package FAST.FBasicInterpreter

Package Manager

Install-Package FAST.FBasicInterpreter

Project Setup

This is the easy part. You need absolute nothing more; so, setup your project as you plan!
Check the following resource for further familiarization:

Solution Name
FAST.FBasic
Project Description Target
FAST.FBasicInterpreter Contains the core FBASIC interpreter and related tools. Class Library, Nuget Package
FAST.FBasicInteractiveConsole A very simple console program to test the code Console program
Clone this wiki locally