Skip to content

Installation

Andreas AFENTAKIS edited this page Nov 2, 2025 · 5 revisions

Installation

Install the interpreter

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
FAST.FBasic.LibraryToolkit All the ToolKit you need to create Libraries with statements and functions for the FBasic Class Library, Nuget package
FAST.FBasic.TemplatingLibrary A Library that uses the ToolKit to offer MS-Word Templating Class Library, Nuget package

Clone this wiki locally